@@ -146,6 +146,7 @@ fun classFileToString(classFile: File): String {
|
|||||||
|
|
||||||
KotlinClassHeader.Kind.CLASS ->
|
KotlinClassHeader.Kind.CLASS ->
|
||||||
out.write("\n------ class proto -----\n${DebugProtoBuf.Class.parseFrom(input, getExtensionRegistry())}")
|
out.write("\n------ class proto -----\n${DebugProtoBuf.Class.parseFrom(input, getExtensionRegistry())}")
|
||||||
|
|
||||||
else -> throw IllegalStateException()
|
else -> throw IllegalStateException()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user