[FE] Change resolution scheme

This commit is contained in:
Anastasiya Shadrina
2021-06-17 01:10:54 +07:00
committed by TeamCityServer
parent 1f6746dc74
commit 37495bcba0
39 changed files with 455 additions and 113 deletions
@@ -374,7 +374,8 @@ class LazyScriptDescriptor(
outerScope,
receiverClassDescriptor,
true,
listOf(receiverClassDescriptor.thisAsReceiverParameter),
receiverClassDescriptor.thisAsReceiverParameter,
listOf(),
LexicalScopeKind.CLASS_MEMBER_SCOPE
).addImportingScope(
AllUnderImportScope.create(receiverClassDescriptor, emptyList())