Removed usages of MemberScope.ownerDescriptor property.

This commit is contained in:
Stanislav Erokhin
2015-11-04 22:30:05 +03:00
parent b8e828e040
commit 22f78b148c
21 changed files with 72 additions and 80 deletions
@@ -362,6 +362,6 @@ public abstract class LazyJavaScope(
}
protected fun recordLookup(name: Name, from: LookupLocation) {
c.components.lookupTracker.record(from, this, name)
c.components.lookupTracker.record(from, ownerDescriptor, this, name)
}
}