20 lines
503 B
Plaintext
Vendored
20 lines
503 B
Plaintext
Vendored
public final annotation class Anno : R|kotlin/Annotation| {
|
|
public constructor(): R|test/Anno|
|
|
|
|
}
|
|
|
|
public final class Class : R|kotlin/Any| {
|
|
public final val property: R|kotlin/String|
|
|
public get(): R|kotlin/String|
|
|
|
|
public constructor(): R|test/Class|
|
|
|
|
}
|
|
|
|
public final class CustomDelegate : R|kotlin/Any| {
|
|
public final operator fun getValue(thisRef: R|kotlin/Any?|, prop: R|kotlin/reflect/KProperty<*>|): R|kotlin/String|
|
|
|
|
public constructor(): R|test/CustomDelegate|
|
|
|
|
}
|