FIR: introduce flexible types pretty rendering for no arguments case
#KT-52020 Fixed
This commit is contained in:
Vendored
+1
-1
@@ -1,4 +1,4 @@
|
||||
public open class ConstructorWithSeveralParams : R|kotlin/Any| {
|
||||
public constructor(integer: R|ft<kotlin/Int, kotlin/Int?>|, intBasic: R|kotlin/Int|, collection: R|ft<java/util/ArrayList<ft<kotlin/String, kotlin/String?>>, java/util/ArrayList<ft<kotlin/String, kotlin/String?>>?>|): R|test/ConstructorWithSeveralParams|
|
||||
public constructor(integer: R|kotlin/Int!|, intBasic: R|kotlin/Int|, collection: R|ft<java/util/ArrayList<kotlin/String!>, java/util/ArrayList<kotlin/String!>?>|): R|test/ConstructorWithSeveralParams|
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user