Files

5 lines
229 B
Plaintext
Vendored

public open class ConstructorWithSeveralParams : R|kotlin/Any| {
public constructor(integer: R|kotlin/Int|, intField: R|kotlin/Int|, collection: R|java/util/ArrayList<kotlin/String>|): R|test/ConstructorWithSeveralParams|
}