properly read constructor with default params from bytecode

This commit is contained in:
Stepan Koltsov
2012-03-02 20:49:13 +04:00
parent c15bd2f75d
commit 99249c65da
3 changed files with 9 additions and 1 deletions
@@ -0,0 +1,3 @@
package test
class ClassWithConstructorWithValueParamWithDefaultValue(p: Int = 1)