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

6 lines
158 B
Plaintext
Vendored

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