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

4 lines
71 B
Kotlin
Vendored

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