Files
kotlin/compiler/testData/codegen/light-analysis/defaultArguments/constructor/annotationWithEmptyArray.txt
Mikhail Zarechenskiy d7093db5c5 Allow to use emptyArray in annotation as argument
#KT-14236 Fixed
2017-02-07 14:07:20 +03:00

13 lines
391 B
Plaintext
Vendored

@java.lang.annotation.Retention
@kotlin.Metadata
public annotation class Anno {
public abstract method x(): java.lang.String[]
}
@kotlin.Metadata
public final class AnnotationWithEmptyArrayKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @Anno method test1(): int
public final static @Anno method test2(): int
}