Skip to content

Commit

Permalink
Fix 3.3.2+ custom Compiler to not use contextualised printer for blac…
Browse files Browse the repository at this point in the history
…klisting symbols
  • Loading branch information
Gedochao committed Mar 4, 2024
1 parent c301ae7 commit 6d74e95
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ class Compiler(
"java.lang.Object.finalize"
)

blacklist(s.showFullName) ||
blacklist(s.fullName.toString) ||
s.isOneOf(Flags.GivenOrImplicit) ||
// Cache objects, which you should probably never need to
// access directly, and apart from that have annoyingly long names
Expand Down

0 comments on commit 6d74e95

Please sign in to comment.