!7 cmodule2 > DynTestModule { void test { new DynamicObject o; if (o.fieldValues == null) o.fieldValues = new HashMap; ((Map) o.fieldValues).put(IF0, (IF0) () -> "hello"); } }