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 1b44559 commit 0dd9164Copy full SHA for 0dd9164
base/src/test/kotlin/proguard/shrink/ClassUsageMarkerTest.kt
@@ -129,7 +129,6 @@ class ClassUsageMarkerTest : StringSpec({
129
applicationClazz.accept(classUsageMarker)
130
applicationInit.accept(applicationClazz, classUsageMarker)
131
132
- classPool.classesAccept(proguard.classfile.visitor.ClassPrinter())
133
val otherClazz = classPool.getClass("Other")
134
val otherInit = otherClazz.findMethod("<init>", null)
135
val otherFoo = otherClazz.findMethod("foo", null)
0 commit comments