You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
objectFoo:opaquetypeBlaBla[+T, D] =Intextension [T, D](token: BlaBla[T, D]) defdata:D=???//To cause the crash, after initial clean compilation//replace `???` with `value.data` to cause the compiler crashdeffoo[W<:Int](value: Bar.BlaBla[W]):Unit=???//value.data
Very simple change in code causes incremental compilation to crash.
No crash from clean compilation.
Compiler version
v3.0.1-RC2 (also tested on nightly)
Minimized code
See https://github.com/soronpo/dottybug/tree/inc_comp_crash
Bar.scala
Foo.scala
Output (click arrow to expand)
The text was updated successfully, but these errors were encountered: