@import java.util.List @import java.util.Map @args (List a, Map> map) @with? (String b = a.get(0), List list = map.get("abc")) { @b @list.get(0) }