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