Skip to content

Commit 50e6ae0

Browse files
authored
Merge pull request #34353 from slavapestov/regression-test-sr-8456
Add regression test for https://bugs.swift.org/browse/SR-8456
2 parents c4e5233 + c39bb89 commit 50e6ae0

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: not %target-swift-frontend -typecheck %s
2+
3+
enum Foo {
4+
case BigA {
5+
}
6+
case littleA(BigA)
7+
}

0 commit comments

Comments
 (0)