Skip to content

Commit 308463a

Browse files
committed
Add test case for bug that's already fixed
1 parent 719fcc0 commit 308463a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
// RUN: %target-swift-frontend %s -emit-ir
2+
3+
protocol P {}
4+
5+
class Base<T: P> {}
6+
7+
class Derived: Base<Derived>, P {}

0 commit comments

Comments
 (0)