Files
kotlin/compiler/testData/loadJava/compiledKotlin/constructor/Constructor2WithOneParamDefaultValue.txt
2015-09-08 02:04:32 +03:00

6 lines
152 B
Plaintext
Vendored

package test
public final class TestConstructor {
/*primary*/ public constructor TestConstructor(/*0*/ p: kotlin.Int = ..., /*1*/ s: kotlin.Int)
}