Files
T
2015-09-08 05:49:35 +03:00

7 lines
77 B
Kotlin

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