FIR: implement resolve of unqualified enum references in when
See KT-16768
This commit is contained in:
committed by
teamcity
parent
f35b4b7515
commit
981f8b1871
+1
-1
@@ -167,7 +167,7 @@ class FirTowerDataContext private constructor(
|
||||
return addNonLocalScope(scope)
|
||||
}
|
||||
|
||||
private fun addNonLocalScope(scope: FirScope): FirTowerDataContext {
|
||||
fun addNonLocalScope(scope: FirScope): FirTowerDataContext {
|
||||
val element = scope.asTowerDataElement(isLocal = false)
|
||||
return FirTowerDataContext(
|
||||
towerDataElements.add(element),
|
||||
|
||||
Reference in New Issue
Block a user