sclass InputProcessor1 { new Map> propertyMakers; sclass Out { S input; new Map properties; } Out process(S input) { Out out = nu(+input); ret out; } }