mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 00:21:47 +00:00
This is needed to update master to 1.4, while still testing the latest compiler by default. Also add one test on the old behavior.
60 lines
1.7 KiB
Plaintext
Vendored
60 lines
1.7 KiB
Plaintext
Vendored
@kotlin.Metadata
|
|
public final class A {
|
|
private final @AnnField @AnnParameterField @AnnTypeField field a: int
|
|
private final @AnnField @AnnTypeField field x: int
|
|
public method <init>(@AnnParameterProperty @AnnParameterField p0: int): void
|
|
public synthetic deprecated static @AnnProperty @AnnFieldProperty @AnnParameterProperty method getA$annotations(): void
|
|
public final method getA(): int
|
|
public synthetic deprecated static @AnnProperty @AnnFieldProperty method getX$annotations(): void
|
|
public final method getX(): int
|
|
}
|
|
|
|
@kotlin.annotation.Target
|
|
@java.lang.annotation.Retention
|
|
@java.lang.annotation.Target
|
|
@kotlin.Metadata
|
|
public annotation class AnnField
|
|
|
|
@kotlin.annotation.Target
|
|
@java.lang.annotation.Retention
|
|
@java.lang.annotation.Target
|
|
@kotlin.Metadata
|
|
public annotation class AnnFieldProperty
|
|
|
|
@kotlin.annotation.Target
|
|
@java.lang.annotation.Retention
|
|
@java.lang.annotation.Target
|
|
@kotlin.Metadata
|
|
public annotation class AnnParameterField
|
|
|
|
@kotlin.annotation.Target
|
|
@java.lang.annotation.Retention
|
|
@java.lang.annotation.Target
|
|
@kotlin.Metadata
|
|
public annotation class AnnParameterProperty
|
|
|
|
@kotlin.annotation.Target
|
|
@java.lang.annotation.Retention
|
|
@java.lang.annotation.Target
|
|
@kotlin.Metadata
|
|
public annotation class AnnProperty
|
|
|
|
@kotlin.annotation.Target
|
|
@java.lang.annotation.Retention
|
|
@java.lang.annotation.Target
|
|
@kotlin.Metadata
|
|
public annotation class AnnTypeField
|
|
|
|
@kotlin.annotation.Target
|
|
@java.lang.annotation.Retention
|
|
@java.lang.annotation.Target
|
|
@kotlin.Metadata
|
|
public annotation class Anno
|
|
|
|
@kotlin.Metadata
|
|
public final class DefaultTargetsKt {
|
|
private final static @Anno field p2: int
|
|
static method <clinit>(): void
|
|
public final static method getP2(): int
|
|
}
|