mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 00:21:29 +00:00
16 lines
410 B
Plaintext
Vendored
16 lines
410 B
Plaintext
Vendored
@java.lang.annotation.Retention
|
|
public annotation class A {
|
|
public abstract method value(): java.lang.String
|
|
}
|
|
|
|
|
|
public final class ConstValInAnnotationDefaultKt {
|
|
public final static @org.jetbrains.annotations.NotNull field z: java.lang.String
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
}
|
|
|
|
@A
|
|
public final class Test {
|
|
public method <init>(): void
|
|
}
|