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