Skip to content

Commit ebaf7fb

Browse files
committed
Remove failing repl test
We keep the test as a neg test anyway. The old and new error messages are both uninteresting.
1 parent 4814a8a commit ebaf7fb

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

compiler/test-resources/repl/i2492

Lines changed: 0 additions & 6 deletions
This file was deleted.

tests/neg/i2492.scala

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
class Map[K, V]
2+
object Foo {
3+
val s: Map {type Map$K = String; type Map$V = Int} = null // error
4+
}

0 commit comments

Comments
 (0)