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