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 a906cf4 commit cc9ca5eCopy full SHA for cc9ca5e
test/Interpreter/keypath.swift
@@ -88,5 +88,5 @@ print(\S.a)
88
print(\Controller[int: 0, str: "", 0])
89
// CHECK: {{\\Controller\.thirdLabel|\\Controller\.<computed 0x.* \(Optional<MyLabel>\)>}}
90
print(\Controller.thirdLabel)
91
-// CHECK: {{\\Controller\.subscript\(\)|\\Controller\.<computed 0x.* \(Optional<Int>\)>}}
+// CHECK: {{\\Controller\.subscript\(\)|\\Controller\.<computed 0x.* \(Int\)>}}
92
print(\Controller.[])
0 commit comments