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 661a993 commit 777e806Copy full SHA for 777e806
src/dotty/tools/dotc/core/pickling/ClassfileParser.scala
@@ -91,11 +91,7 @@ class ClassfileParser(
91
val c = pool.getClassSymbol(nameIdx)
92
if (c != classRoot.symbol) mismatchError(c)
93
}
94
-
95
- if (classRoot.symbol.id == 4812) {
96
- println("bar")
97
- }
98
+
99
addEnclosingTParams()
100
101
if (unpickleOrParseInnerClasses()) return
0 commit comments