reading constructors from binary classes

This commit is contained in:
Stepan Koltsov
2012-01-08 23:21:59 +04:00
parent 6f04e7c3b0
commit 6d7e4cd030
7 changed files with 65 additions and 1 deletions
@@ -0,0 +1,3 @@
package test
class ClassWithConstructor0()
@@ -0,0 +1,3 @@
package test
class ClassWithConstructor1(p: Int)