FirClassSubstitutionScope: don't recreate constructor type parameters w/out need

#KT-58008 Fixed
This commit is contained in:
Mikhail Glukhikh
2023-04-25 11:34:43 +02:00
committed by Space Team
parent 5daafd5ed5
commit 1c56a71b14
5 changed files with 7 additions and 5 deletions
@@ -4,7 +4,7 @@ public final inner [ResolvedTo(BODY_RESOLVE)] class ONAIR<[ResolvedTo(STATUS)] T
}
public final [ResolvedTo(BODY_RESOLVE)] fun x(): R|X.Y<T>| {
^x R|SubstitutionOverride</X.Y.Y>|<R|T|>()
^x R|/X.Y.Y|<R|T|>()
}
}