[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<*>,
|
||||
data: Nothing?
|
||||
): CompositeTransformResult<FirStatement> {
|
||||
firClass.replaceResolvePhase(transformerPhase)
|
||||
return withScopeCleanup {
|
||||
// Otherwise annotations may try to resolve
|
||||
// themselves as inner classes of the `firClass`
|
||||
|
||||
Reference in New Issue
Block a user