Minor. Compilation fixed

This commit is contained in:
Andrey Breslav
2014-10-13 16:02:39 +04:00
parent f202a5c31d
commit 34a98f2563
@@ -126,7 +126,7 @@ fun classFileToString(classFile: File): String {
ByteArrayInputStream(BitEncoding.decodeBytes(annotationDataEncoded)).use {
input ->
out.write("\n------ simpleNames proto -----\n${DebugProtoBuf.SimpleNameTable.parseDelimitedFrom(input)}")
out.write("\n------ simpleNames proto -----\n${DebugProtoBuf.StringTable.parseDelimitedFrom(input)}")
out.write("\n------ qualifiedNames proto -----\n${DebugProtoBuf.QualifiedNameTable.parseDelimitedFrom(input)}")
when (classHeader!!.kind) {