mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-04-05 08:31:31 +00:00
9 lines
300 B
Plaintext
Vendored
9 lines
300 B
Plaintext
Vendored
public open class AnnotatedField : R|kotlin/Any| {
|
|
@R|test/AnnotatedField.Anno|(String(static)) public final static field x: R|kotlin/Int| = Int(0)
|
|
|
|
@R|test/AnnotatedField.Anno|(String(member)) public final field y: R|kotlin/Int| = Int(0)
|
|
|
|
public constructor(): R|test/AnnotatedField|
|
|
|
|
}
|