[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
@@ -6,7 +6,7 @@ FILE: incorrectReferenceOnInnerClassMember.kt
super<R|kotlin/Any|>()
}
public final inner class Inner<T> : R|kotlin/Any| {
public final inner class Inner<Outer(T)> : R|kotlin/Any| {
public foo/Outer<T>.constructor(): R|foo/Outer.Inner<T>| {
super<R|kotlin/Any|>()
}