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

4 lines
73 B
Kotlin
Vendored

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