[FIR] Remove redundant ensure to status in FirPackageMemberScope
This commit is contained in:
committed by
TeamCityServer
parent
9fdd3dc53f
commit
c0949fbc18
@@ -50,7 +50,6 @@ class FirPackageMemberScope(
|
|||||||
symbolProvider.getTopLevelFunctionSymbols(fqName, name)
|
symbolProvider.getTopLevelFunctionSymbols(fqName, name)
|
||||||
}
|
}
|
||||||
for (symbol in symbols) {
|
for (symbol in symbols) {
|
||||||
symbol.ensureResolvedForCalls()
|
|
||||||
processor(symbol)
|
processor(symbol)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -60,7 +59,6 @@ class FirPackageMemberScope(
|
|||||||
symbolProvider.getTopLevelPropertySymbols(fqName, name)
|
symbolProvider.getTopLevelPropertySymbols(fqName, name)
|
||||||
}
|
}
|
||||||
for (symbol in symbols) {
|
for (symbol in symbols) {
|
||||||
symbol.ensureResolvedForCalls()
|
|
||||||
processor(symbol)
|
processor(symbol)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user