Skip to content

Commit 25fdf7e

Browse files
authored
Merge pull request #36514 from ahoppen/pr/rdar64230277
[SourceKit] Add test case for rdar://64230277
2 parents e0fca6c + 64cb1a7 commit 25fdf7e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)