ReadKotlinBinaryClassTest: fix constructor with type parameter
class ClassWithConstructorAndTypeParameter<P>()
This commit is contained in:
@@ -18,5 +18,5 @@ public @interface JetTypeParameter {
|
||||
/**
|
||||
* @return name of parameter
|
||||
*/
|
||||
String name();
|
||||
String name() default "";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user