FIR: introduce flexible types pretty rendering for no arguments case
#KT-52020 Fixed
This commit is contained in:
Vendored
+2
-2
@@ -1,12 +1,12 @@
|
||||
public abstract interface InheritedOverridden : R|kotlin/Any| {
|
||||
public open class Sub : R|test/InheritedOverridden.Super| {
|
||||
public open fun foo(r: R|ft<java/lang/Runnable, java/lang/Runnable?>|): R|kotlin/Unit|
|
||||
public open fun foo(r: R|java/lang/Runnable!|): R|kotlin/Unit|
|
||||
|
||||
public constructor(): R|test/InheritedOverridden.Sub|
|
||||
|
||||
}
|
||||
public open class Super : R|kotlin/Any| {
|
||||
public open fun foo(r: R|ft<java/lang/Runnable, java/lang/Runnable?>|): R|kotlin/Unit|
|
||||
public open fun foo(r: R|java/lang/Runnable!|): R|kotlin/Unit|
|
||||
|
||||
public constructor(): R|test/InheritedOverridden.Super|
|
||||
|
||||
|
||||
Reference in New Issue
Block a user