a2f55e8b7c
#KT-30263 Fixed
4 lines
69 B
Kotlin
Vendored
4 lines
69 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
fun test(i: UInt) {
|
|
val foo = i.toUInt()<caret>
|
|
} |