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
This is in principle a lot similar to #3411, maybe also to #3418
I start wondering: where exactly is the type mismatch happening? It would not be that bad if inaccurate method parameter type was returned, but the problem is it is a compilation error, failing the project build completely as soon as any such method exists in the inspected class, even if the user is not interested in that particular method.
Using following source file all tests fail in Scala 3, and test with
ScriptingContext[_]
fails even with Scala 2:Scala 3 compile error are:
And:
The text was updated successfully, but these errors were encountered: