object Foo { operator fun invoke() {} } fun main(args: Array) { Foo() }