18 lines
418 B
Plaintext
Vendored
18 lines
418 B
Plaintext
Vendored
public final annotation class A : R|kotlin/Annotation| {
|
|
public constructor(): R|test/A|
|
|
|
|
}
|
|
|
|
public final annotation class B : R|kotlin/Annotation| {
|
|
public constructor(): R|test/B|
|
|
|
|
}
|
|
|
|
public final class Class : R|kotlin/Any| {
|
|
public final val x: R|kotlin/Int|
|
|
public get(): R|kotlin/Int|
|
|
|
|
public constructor(@R|test/A|() x: R|kotlin/Int|, @R|test/B|() y: R|kotlin/String|): R|test/Class|
|
|
|
|
}
|