remove duplicate import scope create

This commit is contained in:
Icyrockton
2023-05-15 18:51:17 +08:00
committed by Dmitriy Novozhilov
parent 8ad781987e
commit df8e9206d2
@@ -347,7 +347,6 @@ abstract class AbstractFirSpecificAnnotationResolveTransformer(
fun withFileAndFileScopes(file: FirFile, action: () -> Unit) {
withFile(file) {
withFileScopes(file) {
scopes = createImportingScopes(file, session, scopeSession, useCaching = false)
transformChildren(file) {
action()
}