FIR: introduce flexible types pretty rendering for no arguments case
#KT-52020 Fixed
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
public abstract interface DeepSamLoop : R|kotlin/Any| {
|
||||
public abstract interface Bar : R|kotlin/Any| {
|
||||
public abstract fun foo(p: R|ft<test/DeepSamLoop.Foo, test/DeepSamLoop.Foo?>|): R|kotlin/Unit|
|
||||
public abstract fun foo(p: R|test/DeepSamLoop.Foo!|): R|kotlin/Unit|
|
||||
|
||||
}
|
||||
public abstract interface Foo : R|kotlin/Any| {
|
||||
public abstract fun foo(p: R|ft<test/DeepSamLoop.Bar, test/DeepSamLoop.Bar?>|): R|kotlin/Unit|
|
||||
public abstract fun foo(p: R|test/DeepSamLoop.Bar!|): R|kotlin/Unit|
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user