!7 cmodule TestStuff > DynPrintLog { start { print("Bounds: " + dm_getBounds()); print("Class: " + className(dm_getBounds())); // should be loadableUtils.utils$Rect print("All OK"); // otherwise exception } }