Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
idea
/
testData
/
quickfix
/
primitiveCastToConversion
/
charToShort.kt.after
blob: a94dee16db7a58a0e60b78e72a1bc06ef9a2e008 [
file
]
// "Replace cast with call to 'toShort()'" "true"
fun foo
(
c
:
Char
)
{
val a
=
c
.
toShort
()<
caret
>
}