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.
2 parents 3b093d7 + 34578b2 commit 647657cCopy full SHA for 647657c
test/IDE/complete_rdar133460404.swift
@@ -0,0 +1,11 @@
1
+// RUN: %batch-code-completion
2
+
3
+// rdar://133460404 - Make sure we complete for the rebound local variable.
4
+func bar() {
5
+ var foo: Int?
6
+ if let foo = foo {
7
+ let foo = ""
8
+ #^COMPLETE^#
9
+ }
10
+}
11
+// COMPLETE: Decl[LocalVar]/Local: foo[#String#]; name=foo
0 commit comments