Files
kotlin-fork/compiler
Simon Ogorodnik 02052421e6 K2 Inference. Fix naming of locals to match its purpose
There were a number of locals where components of InitialConstraint were
named lower and upper in the FirBuilderInferenceSession.

That is not true for equality constraints, so such naming should be
avoided to avoid misconception about the nature of type relation encoded
in constraint.

^KT-64031 Fixed
2023-12-05 10:45:09 +00:00
..