mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-18 00:21:35 +00:00
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
|
|
} |