blob: 65678d7e0f967d621c4784d3ef2ecea1cdbb0182 [file]
// "Replace cast with call to 'toFloat()'" "true"
fun foo() {
val a = 1L.toFloat()<caret>
}