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