Skip to content

Commit 1f26a7e

Browse files
oderskyWojciechMazur
authored andcommitted
Reclassify test
[Cherry-picked 4920146]
1 parent 72cda35 commit 1f26a7e

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

+1-1
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)