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 0868889 commit 5936b7bCopy full SHA for 5936b7b
test/SourceKit/CodeComplete/crash_discriminator.swift
@@ -0,0 +1,8 @@
1
+func foo(array: [Int]) {
2
+ _ = array.map { (value) -> Int in
3
+// RUN: %sourcekitd-test -req=complete -pos=%(line+1):20 %s -- %s == -req=complete -pos=%(line+2):16 %s -- %s
4
+ let decoded = 42
5
+ return decoded
6
+ }
7
+}
8
+
0 commit comments