Minor optimization of lookup tracker records

This commit is contained in:
Alexander Udalov
2016-04-26 19:50:45 +03:00
parent 785877d1de
commit d85884426e
10 changed files with 71 additions and 33 deletions
@@ -271,7 +271,7 @@ class DeserializedClassDescriptor(
}
private fun recordLookup(name: Name, from: LookupLocation) {
c.components.lookupTracker.record(from, c.containingDeclaration, name)
c.components.lookupTracker.record(from, classDescriptor, name)
}
}