[FIR] Add forgotten replacing resolve phase during type resolve
This commit is contained in:
committed by
Mikhail Glukhikh
parent
1f5797e929
commit
5fbe715871
+1
@@ -51,6 +51,7 @@ abstract class FirAbstractTreeTransformerWithSuperTypes(
|
|||||||
firClass: FirClass<*>,
|
firClass: FirClass<*>,
|
||||||
data: Nothing?
|
data: Nothing?
|
||||||
): CompositeTransformResult<FirStatement> {
|
): CompositeTransformResult<FirStatement> {
|
||||||
|
firClass.replaceResolvePhase(transformerPhase)
|
||||||
return withScopeCleanup {
|
return withScopeCleanup {
|
||||||
// Otherwise annotations may try to resolve
|
// Otherwise annotations may try to resolve
|
||||||
// themselves as inner classes of the `firClass`
|
// themselves as inner classes of the `firClass`
|
||||||
|
|||||||
Reference in New Issue
Block a user