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
Currently, -scansource uses OutlineParser which extends the regular Scala parser, so we get parser errors when it encounters a Java file. We should either skip Java files or make a Java version of OutlineParser.