Skip to content

Commit

Permalink
tweak symbolops error message
Browse files Browse the repository at this point in the history
  • Loading branch information
bishabosha committed Feb 12, 2024
1 parent c00adb8 commit 6b2c4ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compiler/scala/tools/nsc/tasty/bridge/SymbolOps.scala
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ trait SymbolOps { self: TastyUniverse =>

val secondTry = lookupSymbol(space0, tname0, isJava)
if (secondTry.isClass) secondTry // avoid type parameters
else errorMissing(space0, tname)
else errorMissing(space0, tname0)
}
else errorMissing(space, tname)
}
Expand Down

0 comments on commit 6b2c4ae

Please sign in to comment.