We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72cda35 commit 1f26a7eCopy full SHA for 1f26a7e
tests/neg/i19929.scala renamed to tests/pos/i19929.scala
@@ -2,4 +2,4 @@ trait A:
2
private type M
3
4
def foo(a: A{type M = Int}) =
5
- val _: a.M = ??? // error was crash
+ val _: a.M = ??? // was crash
0 commit comments