Skip to content

Commit 2157869

Browse files
authored
Merge pull request #3550 from practicalswift/sil-025-swift-typechecker-resolvetype
[SIL] Add test case for crash triggered in swift::TypeChecker::resolveType(…)
2 parents f9d919e + 976fc05 commit 2157869

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 l{func t-> <T>()->(

0 commit comments

Comments
 (0)