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 5319a1a + 02f27c0 commit 8bb3ab0Copy full SHA for 8bb3ab0
test/SourceKit/CursorInfo/use-swift-source-info.swift
@@ -3,9 +3,6 @@ func bar() {
3
foo()
4
}
5
6
-// FIXME: Rmove REQUIRES rdar://problem/60096971
7
-// REQUIRES: rdar60096971
8
-
9
// RUN: %empty-directory(%t)
10
// RUN: echo "/// Some doc" >> %t/Foo.swift
11
// RUN: echo "public func foo() { }" >> %t/Foo.swift
@@ -27,6 +24,7 @@ func bar() {
27
24
// WITHOUT: source.lang.swift.ref.function.free ()
28
25
// BOTH: foo()
29
26
// BOTH-NEXT: s:3Foo3fooyyF
+// BOTH-NEXT: source.lang.swift
30
// BOTH-NEXT: () -> ()
31
// BOTH-NEXT: $syycD
32
// BOTH-NEXT: Foo
0 commit comments