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