!7 static O call(O o) { ret x30.call(o); } static O call(O o, S method, O... args) { ret x30.call(o, method, args); } p { print("Hello world!"); }