Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
idea
/
testData
/
quickfix
/
primitiveCastToConversion
/
longToFloat.kt
blob: efc13f6e28ef3fc172ad98182a75466e1e4d22cd [
file
] [
log
] [
blame
]
// "Replace cast with call to 'toFloat()'" "true"
fun foo
()
{
val a
=
1L
as
<caret>
Float
}