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.
2 parents c037293 + bd181f5 commit 61f0811Copy full SHA for 61f0811
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