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