We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e90c953 commit bd181f5Copy full SHA for bd181f5
tests/pos/i11230.scala
@@ -0,0 +1,6 @@
1
+trait TyperCrasher {
2
+ class CrashTyper(i: Int) {}
3
+ object CrashTyper {
4
+ def init: CrashTyper = CrashTyper(0)
5
+ }
6
+}
0 commit comments