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
Java annotations are identified by flag since 2.13.0
(scala#6869).
If the annotation's `typeSymbol` still has a lazy `ClassfileLoader`
info, the flags are not there yet.
This leads to spurious API changes and recompilations in zinc
(sbt/zinc#998).
steps
println
in A.scalaA
is recompiled, then the log showsand
B
is recompiled in a second round.Doesn't happen on JDK 8.
The text was updated successfully, but these errors were encountered: