FIR body resolve: start analyzing files with independent context
This commit is contained in:
+2
-2
@@ -59,7 +59,7 @@ class FirImplicitTypeBodyResolveTransformerAdapter : FirTransformer<Nothing?>()
|
|||||||
implicitTypeOnly = true,
|
implicitTypeOnly = true,
|
||||||
scopeSession = scopeSession
|
scopeSession = scopeSession
|
||||||
)
|
)
|
||||||
return file.transform(transformer, ResolutionMode.ContextDependent)
|
return file.transform(transformer, ResolutionMode.ContextIndependent)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -79,6 +79,6 @@ class FirBodyResolveTransformerAdapter : FirTransformer<Nothing?>() {
|
|||||||
implicitTypeOnly = false,
|
implicitTypeOnly = false,
|
||||||
scopeSession = scopeSession
|
scopeSession = scopeSession
|
||||||
)
|
)
|
||||||
return file.transform(transformer, ResolutionMode.ContextDependent)
|
return file.transform(transformer, ResolutionMode.ContextIndependent)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user