6 lines
214 B
Plaintext
6 lines
214 B
Plaintext
namespace test
|
|
|
|
final class test.ClassWithConstructorWithValueParamWithDefaultValue : jet.Any {
|
|
final /*constructor*/ fun <init>(/*0*/ p: jet.Int = ?): test.ClassWithConstructorWithValueParamWithDefaultValue
|
|
}
|