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 54c1e46 commit b82271eCopy full SHA for b82271e
test/IDE/complete_init.swift
@@ -140,3 +140,15 @@ var CAliasInstance = CAlias(#^ALIAS_CONSTRUCTOR_0^#
140
// rdar://18586415
141
// ALIAS_CONSTRUCTOR_0: Decl[Constructor]/CurrNominal/Flair[ArgLabels]: ['(']{#x: A#}[')'][#CAlias#];
142
// ALIAS_CONSTRUCTOR_0: Decl[Constructor]/CurrNominal/Flair[ArgLabels]: ['(']{#y: A#}[')'][#CAlias#];
143
+
144
+// https://github.com/apple/swift/issues/57916
145
+struct Issue57916 {
146
+ var a: Int
147
+ var b: Int {
148
+ get { return a }
149
+ }
150
+}
151
+func test57916() {
152
+ Issue57916(#^ISSUE_57916^#
153
+ // ISSUE_57916: Decl[Constructor]/CurrNominal/Flair[ArgLabels]: ['(']{#a: Int#}[')'][#Issue57916#]; name=a:
154
0 commit comments