Closed adpi2 closed 3 months ago
If 2 entries contain the same class name, the first class should shadow the second class, because that the one loaded by the JDK ClassLoader.
ClassLoader
Conicidentally that should fix https://github.com/scalameta/metals/issues/5807.
Yes the CI is always failing on this runner for a reason that I don't understand. Probably I should mute them on this runner specifically.
If 2 entries contain the same class name, the first class should shadow the second class, because that the one loaded by the JDK
ClassLoader
.Conicidentally that should fix https://github.com/scalameta/metals/issues/5807.