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

10 lines
208 B
Plaintext
Vendored

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