dstarcev
val instance = MyCallableClass(something) instance.callAFunction() instance.property = “hello world” val callResult = instance() // I‘d like to do this