[FIR] Render outer type parameters differently
This commit is contained in:
committed by
Space Team
parent
e4246e8f51
commit
c2ad475153
+1
-1
@@ -1,7 +1,7 @@
|
||||
public open class TypeParameterOfOuterClass<T : R|kotlin/Any!|> : R|kotlin/Any| {
|
||||
public constructor<T : R|kotlin/Any!|>(): R|test/TypeParameterOfOuterClass<T>|
|
||||
|
||||
public open inner class Inner<T : R|kotlin/Any!|> : R|kotlin/Any| {
|
||||
public open inner class Inner<Outer(T) : R|kotlin/Any!|> : R|kotlin/Any| {
|
||||
public open fun foo(comparator: R|ft<java/util/Comparator<ft<T & Any, T?>>, java/util/Comparator<ft<T & Any, T?>>?>|): R|kotlin/Unit|
|
||||
|
||||
public test/TypeParameterOfOuterClass<T>.constructor(): R|test/TypeParameterOfOuterClass.Inner<T>|
|
||||
|
||||
Reference in New Issue
Block a user