6 lines
68 B
Kotlin
Vendored
6 lines
68 B
Kotlin
Vendored
package inline
|
|
|
|
inline var f: Int
|
|
get() = 0
|
|
set(p: Int) {0}
|