16171819202122232425
public void testSimple2(){ Function f = new Function("arg"); f.name = "test"; f.add($("this").addClass("hide")); f.add(new Statement("alert('hello')")); f.returns = "1+2"; System.out.println(f); }