We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 822e792 commit 4920146Copy full SHA for 4920146
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