Skip to content

Commit 4e1c918

Browse files
authored
Merge pull request #2562 from dotty-staging/fix-#1433
Fix #1433: Add regression test
2 parents 4a54c76 + 8493d11 commit 4e1c918

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
*.DS_Store
22
*.class
3+
*.tasty
34
*.log
45
*.swp
56
*~

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)