blob: a94dee16db7a58a0e60b78e72a1bc06ef9a2e008 [file]
// "Replace cast with call to 'toShort()'" "true"
fun foo(c: Char) {
val a = c.toShort()<caret>
}