Files
kotlin-fork/compiler/testData/loadJava/compiledKotlin/constructor/ConstructorWithTwoDefArgs.txt
T
Alexander Udalov 102f0d3470 Regenerate .txt testData
Add newline to EOF, trim trailing spaces
2014-10-21 00:16:08 +04:00

5 lines
159 B
Plaintext

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