We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e96b3af commit 583b334Copy full SHA for 583b334
compiler/test/dotty/tools/ShowClassTests.scala
@@ -65,7 +65,7 @@ class ShowClassTests extends DottyTest {
65
debug_println(s"blacklisted package: $path")
66
else {
67
for (
68
- sym <- pkg.info.decls if sym.owner == pkg.moduleClass && !(sym.name contains '$')
+ sym <- pkg.info.decls if sym.owner == pkg.moduleClass && !(sym.name.toString contains '$')
69
) {
70
debug_println(s"showing $sym in ${pkg.fullName}")
71
if (sym is PackageVal) showPackage(sym.asTerm)
0 commit comments