a0491d5258
Fixes #KT-15564
5 lines
101 B
Kotlin
Vendored
5 lines
101 B
Kotlin
Vendored
// "Replace cast with call to 'toShort()'" "true"
|
|
|
|
fun foo(c: Char) {
|
|
val a = c as<caret> Short
|
|
} |