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

4 lines
55 B
Plaintext
Vendored

// WITH_RUNTIME
fun test(i: UShort) {
val foo = i
}