Minor optimization of lookup tracker records
This commit is contained in:
+1
-1
@@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user