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
It seems this is necessary for code generation. We got abstract method errors in
typer/TermRefSet otherwise:
```
java.lang.AbstractMethodError: Method dotty/tools/dotc/typer/TermRefSet$$anon$1.accept(Ljava/lang/Object;Ljava/lang/Object;)V is abstract, took 2.601 sec
[error] at dotty.tools.dotc.typer.TermRefSet$$anon$1.accept(Implicits.scala)
[error] at java.util.LinkedHashMap.forEach(LinkedHashMap.java:684)
[error] at dotty.tools.dotc.typer.TermRefSet.foreach(Implicits.scala:1638)
[error] at dotty.tools.dotc.typer.TermRefSet.$plus$plus$eq(Implicits.scala:1634)
```
0 commit comments