5 lines
119 B
Kotlin
Vendored
5 lines
119 B
Kotlin
Vendored
inline class IC(val value: Int) {
|
|
inline fun toLong(): Long = this.value.toLong()
|
|
}
|
|
|
|
// 0 INVOKESTATIC IC\.box-impl |