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 33e8c71 commit 7e8ea12Copy full SHA for 7e8ea12
test/Interop/Cxx/class/constructors-sil.swift
@@ -2,8 +2,8 @@
2
3
import Constructors
4
5
-// The most important thing to test here is that the constructor result is returned
6
-// with an @out attribute.
+// The most important thing to test here is that the constructor result is
+// returned with an @out attribute.
7
// CHECK: [[VAR:%[0-9]+]] = alloc_stack $ConstructorWithParam
8
// CHECK: [[TYPE:%[0-9]+]] = metatype $@thin ConstructorWithParam.Type
9
// CHECK: [[LITERAL:%[0-9]+]] = integer_literal $Builtin.Int32, 42
0 commit comments