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
317 B
Plaintext
Vendored
15 lines
317 B
Plaintext
Vendored
public open class Subclass : R|test/Trait| {
|
|
public open val shape: R|kotlin/String|
|
|
public get(): R|kotlin/String|
|
|
|
|
public constructor(): R|test/Subclass|
|
|
|
|
}
|
|
|
|
public abstract interface Trait : R|kotlin/Any| {
|
|
public abstract val shape: R|kotlin/String|
|
|
public get(): R|kotlin/String|
|
|
|
|
}
|
|
|