properly read constructor with default params from bytecode
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
namespace test
|
||||
|
||||
final class test.ClassWithConstructorWithValueParamWithDefaultValue : jet.Any {
|
||||
final /*constructor*/ fun <init>(/*0*/ p: jet.Int = ?): test.ClassWithConstructorWithValueParamWithDefaultValue
|
||||
}
|
||||
Reference in New Issue
Block a user