Files
kotlin/compiler/testData/loadJava/compiledKotlin/constructor/Constructor2WithOneParamDefaultValue.txt
2014-03-02 19:55:26 +04:00

6 lines
154 B
Plaintext

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