Files
2020-08-27 16:07:04 +03:00

4 lines
126 B
Kotlin
Vendored

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