fix couple of bugs in constructor signature serialization/parsing

This commit is contained in:
Stepan Koltsov
2012-01-23 22:49:46 +04:00
parent 8dd62f124a
commit f21ad2f536
10 changed files with 70 additions and 16 deletions
@@ -0,0 +1,3 @@
package test
class ClassWithConstructorAndTypeParameter<P, Q>(q: Int)
@@ -0,0 +1,3 @@
package test
class ClassWithConstructorAndTypeParameter<P, Q>(q: Q)