blob: 06148987ab2b8877df514e59ff8a78749aeeb642 [file]
object A {
fun invoke(i: Int) = i
}
fun test() = A<caret>(1)