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
if (!proto.isInstanceOf[SelectionProto] &&!proto.isInstanceOf[ApplyingProto]) {
424
-
valsym= tree.tpe.termSymbol
425
-
// The check is avoided inside Java compilation units because it always fails
426
-
// on the singleton type Module.type.
427
-
if ((sym is Flags.Package) || (sym.isAllOf(Flags.JavaModule) &&!ctx.compilationUnit.isJava)) ctx.error(reporting.diagnostic.messages.JavaSymbolIsNotAValue(sym), tree.sourcePos)
0 commit comments