FIR: introduce flexible types pretty rendering for no arguments case
#KT-52020 Fixed
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
public open class Basic : 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 open static fun bar(r: R|ft<java/lang/Runnable, java/lang/Runnable?>|): R|kotlin/Unit|
|
||||
public open static fun bar(r: R|java/lang/Runnable!|): R|kotlin/Unit|
|
||||
|
||||
public constructor(): R|test/Basic|
|
||||
|
||||
|
||||
Reference in New Issue
Block a user