!7 import static x30.F1; static A get(L l, int idx) { ret x30.get(l, idx); } static A get(A[] l, int idx) { ret x30.get(l, idx); } static bool get(bool[] l, int idx) { ret x30.get(l, idx); } static Object get(Object o, String field) { ret x30.get(o, field); } static Object get_raw(Object o, String field) { ret x30.get_raw(o, field); } static Object get(Class c, String field) { ret x30.get(c, field); } static Field get_findStaticField(Class c, String field) { ret x30.get_findStaticField(c, field); } static Field get_findField(Class c, String field) { ret x30.get_findField(c, field); } static O call(O o) { ret x30.call(o); } static O call(O o, S method, O... args) { ret x30.call(o, method, args); } static bool call_checkArgs(Method m, O[] args, bool debug) { ret x30.call_checkArgs(m, args, debug); } static Map newWeakHashMap() { ret x30.newWeakHashMap(); } p { print("Hello world!"); }