object MyObject { fun MyObjectFunction() {} } fun useMyObject() { val myObj = MyObject }