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

5 lines
95 B
Kotlin
Vendored

// "Replace cast with call to 'toFloat()'" "true"
fun foo() {
val a = 1L as<caret> Float
}