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 e1e0f54 commit 64cb1a7Copy full SHA for 64cb1a7
test/SourceKit/CursorInfo/rdar_64230277.swift
@@ -0,0 +1,9 @@
1
+// RUN: %sourcekitd-test -req=cursor -pos=5:16 %s -- %s | %FileCheck %s
2
+
3
+protocol View {}
4
+struct MyView: View {}
5
+func indicator<T>(_ a: T) -> some View {
6
+ MyView()
7
+}
8
9
+// CHECK: source.lang.swift.decl.generic_type_param
0 commit comments