Revert of 'Minor. workaround for KT-10679 Wrong outer after inline.'
This commit is contained in:
@@ -98,7 +98,10 @@ class TowerResolver {
|
||||
|
||||
operator fun TowerData.unaryPlus() = result.add(this)
|
||||
|
||||
val localLevels = createLocalLevels()
|
||||
val localLevels = lexicalScope.parentsWithSelf.
|
||||
filterIsInstance<LexicalScope>().filter { it.kind.withLocalDescriptors }.
|
||||
map { ScopeBasedTowerLevel(this@createTowerDataList, it) }
|
||||
|
||||
val nonLocalLevels = createNonLocalLevels()
|
||||
val syntheticLevel = SyntheticScopeBasedTowerLevel(this, syntheticScopes)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user