6d518c8e57
And add tests to ensure that annotation implementation classes are handled correctly in jvm-abi-gen.
11 lines
333 B
Plaintext
Vendored
11 lines
333 B
Plaintext
Vendored
@java.lang.annotation.Retention(value=RUNTIME)
|
|
@kotlin.Metadata
|
|
public annotation class test/A {
|
|
// source: 'test.kt'
|
|
}
|
|
@kotlin.Metadata
|
|
public final class test/Test {
|
|
// source: 'test.kt'
|
|
public method <init>(): void
|
|
public final @org.jetbrains.annotations.NotNull method anonymousAnnotationInstantiation(): test.A
|
|
} |