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
10 lines
246 B
Plaintext
Vendored
10 lines
246 B
Plaintext
Vendored
public final var property: R|kotlin/Int|
|
|
public get(): R|kotlin/Int|
|
|
@R|test/Anno|() public set(value: R|kotlin/Int|): R|kotlin/Unit|
|
|
|
|
public final annotation class Anno : R|kotlin/Annotation| {
|
|
public constructor(): R|test/Anno|
|
|
|
|
}
|
|
|