8 lines
345 B
Plaintext
Vendored
8 lines
345 B
Plaintext
Vendored
6 operator fun getValue(thisRef: Any?, property: KProperty<*>) = <bold>1</bold>
|
|
12 val <bold>x = foo</bold>
|
|
12 val x = <bold>foo</bold>
|
|
9 val <bold>foo: Int by D</bold>
|
|
6 operator fun <bold>getValue(thisRef: Any?, property: KProperty<*>) = 1</bold>
|
|
6 operator fun getValue(thisRef: Any?, property: KProperty<*>) = <bold>1</bold>
|
|
|