Files
2022-01-12 15:09:45 +01:00

7 lines
82 B
Kotlin
Vendored

package usage
import inline.Inline
class UsageVal {
val x: Int by Inline()
}