[FIR] Render outer type parameters differently
This commit is contained in:
committed by
Space Team
parent
e4246e8f51
commit
c2ad475153
Vendored
+1
-1
@@ -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|>()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user