Skip to content

Commit 4920146

Browse files
committed
Reclassify test
1 parent 822e792 commit 4920146

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/neg/i19929.scala renamed to tests/pos/i19929.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ trait A:
22
private type M
33

44
def foo(a: A{type M = Int}) =
5-
val _: a.M = ??? // error was crash
5+
val _: a.M = ??? // was crash

0 commit comments

Comments
 (0)