Skip to content

Commit b761ca5

Browse files
committed
Fix #1433: Add regression test
1 parent 5f1a8de commit b761ca5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/repl/i1433.check

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
scala> val ### = 42
2+
val ###: Int = 42
3+
scala> ### + ###
4+
val res0: Int = 84
5+
scala> :quit

0 commit comments

Comments
 (0)