Skip to content

Commit 7cd176f

Browse files
authored
Merge pull request #3752 from dotty-staging/fix-#2977
Fix #2977: Add regression test
2 parents 67e34d7 + a2411b0 commit 7cd176f

File tree

1 file changed

+8
-0
lines changed
  • compiler/test-resources/repl

1 file changed

+8
-0
lines changed

compiler/test-resources/repl/i2977

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
scala> trait A
2+
// defined trait A
3+
scala> trait B
4+
// defined trait B
5+
scala> class C extends A with B
6+
// defined class C
7+
scala> class C extends A with B
8+
// defined class C

0 commit comments

Comments
 (0)