Files
2021-03-06 09:22:35 +03:00

5 lines
127 B
Kotlin
Vendored

// WITH_RUNTIME
fun test(i: UInt) {
val <!UNUSED_VARIABLE!>foo<!> = i.<!REDUNDANT_CALL_OF_CONVERSION_METHOD!>toUInt()<!>
}