Files
kotlin-fork/idea/testData/quickfix/primitiveCastToConversion/charToShort.kt.after
T
2017-01-09 16:36:56 +03:00

5 lines
102 B
Plaintext
Vendored

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