7 lines
77 B
Kotlin
Vendored
7 lines
77 B
Kotlin
Vendored
package usage
|
|
|
|
import inline.*
|
|
|
|
class UsageVar {
|
|
var x: Int by Inline()
|
|
} |