[FIR] implicit type: avoid redundant property and function transformations
This is a contract violation – we can touch only bodies during this phase ^KT-56551
This commit is contained in:
committed by
Space Team
parent
ddc4fac896
commit
f124ba627d
+1
-1
@@ -121,7 +121,7 @@ public class PropertyBuildingContext(
|
||||
)
|
||||
}
|
||||
isLocal = false
|
||||
bodyResolveState = FirPropertyBodyResolveState.EVERYTHING_RESOLVED
|
||||
bodyResolveState = FirPropertyBodyResolveState.ALL_BODIES_RESOLVED
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user