blob: f15cf06de8e00e539eaf4fd7677b569ea4dbdbda [file] [log] [blame]
// IS_APPLICABLE: false
fun test() {
val a: (Int) -> String = <caret>{ "" }
}