mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-04-05 08:31:31 +00:00
Remove @annotation from test data
This commit is contained in:
@@ -5,7 +5,7 @@ public /*synthesized*/ fun NullInAnnotation(/*0*/ function: () -> kotlin.Unit):
|
||||
public interface NullInAnnotation {
|
||||
@test.NullInAnnotation.Ann(a = null, b = {null}) public abstract fun foo(): kotlin.Unit
|
||||
|
||||
public final class Ann : kotlin.Annotation {
|
||||
public final annotation class Ann : kotlin.Annotation {
|
||||
public constructor Ann(/*0*/ a: kotlin.String, /*1*/ b: kotlin.Array<kotlin.String>)
|
||||
public final val a: kotlin.String
|
||||
public final val b: kotlin.Array<kotlin.String>
|
||||
|
||||
Reference in New Issue
Block a user