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