remove duplicate import scope create
This commit is contained in:
committed by
Dmitriy Novozhilov
parent
8ad781987e
commit
df8e9206d2
-1
@@ -347,7 +347,6 @@ abstract class AbstractFirSpecificAnnotationResolveTransformer(
|
|||||||
fun withFileAndFileScopes(file: FirFile, action: () -> Unit) {
|
fun withFileAndFileScopes(file: FirFile, action: () -> Unit) {
|
||||||
withFile(file) {
|
withFile(file) {
|
||||||
withFileScopes(file) {
|
withFileScopes(file) {
|
||||||
scopes = createImportingScopes(file, session, scopeSession, useCaching = false)
|
|
||||||
transformChildren(file) {
|
transformChildren(file) {
|
||||||
action()
|
action()
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user