913ea9b56d
Now complied declaration names are collected via ModuleDescriptor, so tests pass more correctly. Before this change tests didn't render compiled typealiases and properties. Also some testdata was changed because of new order of declaration
15 lines
342 B
Plaintext
Vendored
15 lines
342 B
Plaintext
Vendored
public final var foo: R|kotlin/Int|
|
|
public get(): R|kotlin/Int|
|
|
public set(@R|test/A|() @R|test/B|() value: R|kotlin/Int|): R|kotlin/Unit|
|
|
|
|
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|
|
|
|
|
}
|
|
|