4 lines
130 B
Kotlin
Vendored
4 lines
130 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
fun test(i: UShort) {
|
|
val <!UNUSED_VARIABLE!>foo<!> = i.<!REDUNDANT_CALL_OF_CONVERSION_METHOD!>toUShort()<!>
|
|
} |