3a8ad45dec
Reverts and fixes 102f0d3
6 lines
229 B
Plaintext
Vendored
6 lines
229 B
Plaintext
Vendored
package test
|
|
|
|
public open class ConstructorWithSeveralParams {
|
|
public constructor ConstructorWithSeveralParams(/*0*/ integer: kotlin.Int!, /*1*/ intField: kotlin.Int, /*2*/ collection: java.util.ArrayList<kotlin.String!>!)
|
|
}
|