Skip to content

Commit b83c6d6

Browse files
committed
Merge pull request #775 from practicalswift/sil-021-swift-typechecker-typecheckdecl
[SIL] Add test case for crash triggered in swift::TypeChecker::typeCheckDecl(…)
2 parents 7eb2501 + bebccb4 commit b83c6d6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
// RUN: not --crash %target-sil-opt %s
2+
// REQUIRES: asserts
3+
protocol P{var e:<T>()->(

0 commit comments

Comments
 (0)