Skip to content

Commit 2b02b0f

Browse files
committed
Pretty up this testcase, NFC.
1 parent 1ff8c03 commit 2b02b0f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

validation-test/compiler_crashers/28238-swift-typechecker-validatedecl.swift

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,7 @@
55
// Test case submitted to project by https://github.com/practicalswift (practicalswift)
66
// Test case found by fuzzing
77

8-
class B<T:B{class B<class b{}func b(T.B
8+
class B<T : B> {
9+
class C {}
10+
func b(xx : T.C) {}
11+
}

0 commit comments

Comments
 (0)