[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
@@ -24,7 +24,7 @@ FILE: K3.kt
super<R|kotlin/Any|>()
}
public open inner class NestedInSuperClass<T> : R|kotlin/Any| {
public open inner class NestedInSuperClass<Outer(T)> : R|kotlin/Any| {
public SuperClass<T>.constructor(): R|SuperClass.NestedInSuperClass<T>| {
super<R|kotlin/Any|>()
}