blob: 58e565f5b788cca6e4545f2a898cd6a643661884 [file] [log] [blame]
// "Replace cast with call to 'toShort()'" "true"
fun foo(c: Char) {
val a = c as<caret> Short
}