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