Files
kotlin-fork/idea/testData/intentions/removeRedundantCallsOfConversionMethods/uInt.kt
T
2020-05-27 02:38:39 +09:00

4 lines
69 B
Kotlin
Vendored

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