blob: c7d896405cca73459d5e082fcbf272127fc4fe12 [file] [log] [blame]
// "Remove useless cast" "true"
fun foo() {}
fun main() {
foo();
({ "" } as<caret> () -> String)
}