mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 08:31:35 +00:00
12 lines
441 B
Plaintext
Vendored
12 lines
441 B
Plaintext
Vendored
@java.lang.annotation.Retention
|
|
public annotation class Ann {
|
|
public abstract method value(): java.lang.String
|
|
}
|
|
|
|
|
|
public final class PropertyWithoutBackingFieldKt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
public final static @org.jetbrains.annotations.NotNull method getProperty(): java.lang.String
|
|
private synthetic deprecated static @Ann method property$annotations(): void
|
|
}
|