We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81fdad9 commit 4e3cd3aCopy full SHA for 4e3cd3a
test/SILGen/delayed_functions.swift
@@ -10,7 +10,7 @@
10
// WHOLEMOD-LABEL: sil hidden [ossa] @$s17delayed_functions3fooSiyF : $@convention(thin) () -> Int
11
func foo() -> Int { 5 }
12
13
-// Cannot delay property intializers that contain user code.
+// Cannot delay property initializers that contain user code.
14
struct R {
15
// variable initialization expression of R.i
16
// SINGLE-LABEL: sil hidden [transparent] [ossa] @$s17delayed_functions1RV1iSivpfi : $@convention(thin) () -> Int
0 commit comments