Fix compilation of KtFirDelegatingScope

This commit is contained in:
Ilya Kirillov
2020-07-10 18:33:57 +03:00
parent 1c195ea2bb
commit 9f9ce6ba61
@@ -32,7 +32,7 @@ internal abstract class KtFirDelegatingScope(
abstract val firScope: FirScope
private val allNamesCached by cached(token) {
private val allNamesCached by cached {
getCallableNames() + getClassLikeSymbolNames()
}