Open scabug opened 9 years ago
Imported From: https://issues.scala-lang.org/browse/SI-9180?orig=1 Reporter: @VladUreche
@VladUreche said: Well, seems I killed two birds with one stone. The test case was meant to print:
1, 2, 3, 0
instead of
1, 2, 3, 4
But it turns out there's a VerifyError lurking in there as well, which doesn't show up when the class is generic.
Found while debugging https://github.com/miniboxing/miniboxing-plugin/issues/181.