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