Make DeserializedType a static nested class

This commit is contained in:
Alexander Udalov
2014-11-22 19:06:16 +03:00
parent 5907df92db
commit 07c3a07ecb
2 changed files with 36 additions and 29 deletions
@@ -155,7 +155,7 @@ class LazyOperationsLog(
javaClass.getPsi().getName().appendQuoted()
}
o.javaClass.getSimpleName() == "DeserializedType" -> {
val typeDeserializer = o.field<TypeDeserializer>("this\$0")
val typeDeserializer = o.field<TypeDeserializer>("typeDeserializer")
val context = typeDeserializer.field<DeserializationContext>("context")
val typeProto = o.field<ProtoBuf.Type>("typeProto")
val text = when (typeProto.getConstructor().getKind()) {