[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:
Dmitrii Gridin
2023-09-21 18:07:19 +02:00
committed by Space Team
parent ddc4fac896
commit f124ba627d
42 changed files with 359 additions and 318 deletions
@@ -121,7 +121,7 @@ public class PropertyBuildingContext(
)
}
isLocal = false
bodyResolveState = FirPropertyBodyResolveState.EVERYTHING_RESOLVED
bodyResolveState = FirPropertyBodyResolveState.ALL_BODIES_RESOLVED
}
}
}