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

4 lines
53 B
Plaintext
Vendored

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