blob: 2ad82368124a2f101a9b380faa584dcea0ba14c9 [file] [log] [blame]
// "Remove useless cast" "true"
fun test() {
((({ "" } as<caret> () -> String)))
}