Fix compilation of KtFirDelegatingScope
This commit is contained in:
+1
-1
@@ -32,7 +32,7 @@ internal abstract class KtFirDelegatingScope(
|
|||||||
|
|
||||||
abstract val firScope: FirScope
|
abstract val firScope: FirScope
|
||||||
|
|
||||||
private val allNamesCached by cached(token) {
|
private val allNamesCached by cached {
|
||||||
getCallableNames() + getClassLikeSymbolNames()
|
getCallableNames() + getClassLikeSymbolNames()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user