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 474f043 commit b92f09fCopy full SHA for b92f09f
test/SourceKit/CursorInfo/result_test.swift
@@ -1,6 +1,6 @@
1
// Checks that SourceKit does not crash for enum patterns in generics.
2
-// RUN: %sourcekitd-test -req cursor -pos 17:15 %s -- %s | FileCheck %s
3
-// CHECK: source.lang.swift.ref.enumelement (11:10-11:17)
+// RUN: %sourcekitd-test -req cursor -pos 18:15 %s -- %s | FileCheck %s
+// CHECK: source.lang.swift.ref.enumelement (12:10-12:17)
4
5
public protocol MyErrorType {
6
}
0 commit comments