[FIR] Render outer type parameters differently

This commit is contained in:
Nikolay Lunyak
2023-07-27 11:51:48 +03:00
committed by Space Team
parent e4246e8f51
commit c2ad475153
37 changed files with 118 additions and 109 deletions
@@ -23,7 +23,7 @@ FILE: privateToThis.fir.kt
R|<local>/a|.R|SubstitutionOverride</A.t: R|CapturedType(*)|><HIDDEN: /A.t is invisible>#|
}
public final inner class B<in T> : R|kotlin/Any| {
public final inner class B<in Outer(T)> : R|kotlin/Any| {
public A<T>.constructor(): R|A.B<T>| {
super<R|kotlin/Any|>()
}