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