blob: 77234909bc482990a8cf1047ffaf6a4dc8699f1d [file] [log] [blame]
protected static def getGeneratedFileNames(String name, int boo) {
def names = new ArrayList<String>()
foo = null
<selection>println (names.toString() + boo + name)
println (names + foo)</selection>
names
}
-----
input:
names
boo
name
foo
output: