a0491d5258
Fixes #KT-15564
5 lines
95 B
Kotlin
Vendored
5 lines
95 B
Kotlin
Vendored
// "Replace cast with call to 'toFloat()'" "true"
|
|
|
|
fun foo() {
|
|
val a = 1L as<caret> Float
|
|
} |