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