blob: ebe6e75ebfd5fe18e8817eabd3a63aa88507f5d1 [file] [log] [blame]
// "Remove useless cast" "true"
fun foo(a: Any) {
val b = a<caret>
}