282283284285286287288
} else { a = new arguments(t, new ArrayList<expr>(), (Name)null, null, new ArrayList<expr>()); } List<stmt> s = castStmts(funcStatements); List<expr> d = castExprs(decorators); return new FunctionDef(t, n, a, s, d); }