15 lines
558 B
Plaintext
Vendored
15 lines
558 B
Plaintext
Vendored
package test
|
|
|
|
public final class A {
|
|
/*primary*/ public constructor A()
|
|
public final var a: kotlin.Int
|
|
public final fun <get-a>(): kotlin.Int
|
|
public final fun <set-a>(/*0*/ <set-?>: kotlin.Int): kotlin.Unit
|
|
}
|
|
|
|
public final class MyProperty</*0*/ T> {
|
|
/*primary*/ public constructor MyProperty</*0*/ T>()
|
|
public final operator fun getValue(/*0*/ t: T, /*1*/ p: kotlin.reflect.KProperty<*>): kotlin.Int
|
|
public final operator fun setValue(/*0*/ t: T, /*1*/ p: kotlin.reflect.KProperty<*>, /*2*/ i: kotlin.Int): kotlin.Unit
|
|
}
|