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