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
31 lines
722 B
Plaintext
Vendored
31 lines
722 B
Plaintext
Vendored
public final val nonConstVal1: R|kotlin/Int|
|
|
public get(): R|kotlin/Int|
|
|
|
|
public final class C : R|kotlin/Any| {
|
|
public final val nonConstVal2: R|kotlin/Int|
|
|
public get(): R|kotlin/Int|
|
|
|
|
public constructor(): R|test/C|
|
|
|
|
public final companion object Companion : R|kotlin/Any| {
|
|
public final val nonConstVal3: R|kotlin/Int|
|
|
public get(): R|kotlin/Int|
|
|
|
|
private constructor(): R|test/C.Companion|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
public abstract interface I : R|kotlin/Any| {
|
|
public final companion object Companion : R|kotlin/Any| {
|
|
public final val nonConstVal4: R|kotlin/Int|
|
|
public get(): R|kotlin/Int|
|
|
|
|
private constructor(): R|test/I.Companion|
|
|
|
|
}
|
|
|
|
}
|
|
|