object Test fun Test.foo() = 42 fun main(args: Array) { val x = Test x.foo() }