Skip to content

Commit 96ae5ae

Browse files
committed
Add repl test
1 parent 918338c commit 96ae5ae

File tree

1 file changed

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

1 file changed

+4
-0
lines changed

compiler/test-resources/repl/i7410

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
> enum E { case A, B, C }
2+
// defined class E
3+
> E.A
4+
val res0: E = A

0 commit comments

Comments
 (0)