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

6 lines
160 B
Plaintext

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