Regenerate test data
Add properties for Java annotations
This commit is contained in:
+2
@@ -4,6 +4,8 @@ public trait CustomAnnotationWithDefaultParameter {
|
||||
|
||||
public final annotation class MyAnnotation : kotlin.Annotation {
|
||||
public constructor MyAnnotation(/*0*/ first: kotlin.String, /*1*/ second: kotlin.String = ...)
|
||||
public final val first: kotlin.String
|
||||
public final val second: kotlin.String
|
||||
public abstract fun first(): kotlin.String
|
||||
public abstract fun second(): kotlin.String
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user