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 dad71ca commit f810364Copy full SHA for f810364
src/dotty/tools/dotc/core/pickling/ClassfileParser.scala
@@ -92,10 +92,6 @@ class ClassfileParser(
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