ReadKotlinBinaryClassTest: fix constructor with type parameter

class ClassWithConstructorAndTypeParameter<P>()
This commit is contained in:
Stepan Koltsov
2012-01-23 20:19:37 +04:00
parent 45cc0cd99e
commit 4b7f3f718e
4 changed files with 10 additions and 3 deletions
@@ -0,0 +1,3 @@
package test
class ClassWithConstructorAndTypeParameter<P, Q>()
@@ -0,0 +1,3 @@
package test
class ClassWithConstructorAndTypeParameter<P>()