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
I got an error:
```
error while loading Enum$,
class file /Users/odersky/workspace/dotty/library/target/scala-0.27/classes/scala/Enum.class is broken, reading aborted with class dotty.tools.tasty.UnpickleException
TASTy signature has wrong version.
expected: 24.0
found : 23.0
```
even though there was no enum in my program. It turned out that the error was generated when ImportSuggestions tried to access an outdated
class file on the class path. This shoul dnot cause an error; instead the class file should be just ignored.
0 commit comments