mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 08:31:29 +00:00
Introduce CompositionTypeSubstitution instead of manual composition of two substitutions. This change is necessary for the later changes where original substitution will be able to contain outer type parameters #KT-11128 In Progress