blob: b455a075c4fa63696e7a900a712c7056c1fd1da8 [file]
fun foo(a: Int) {
<caret>a()
}
operator fun Int.invoke() {}