blob: a2dff1e6f79a88c2747c6b34ca4e7c1916b80cd3 [file] [log] [blame]
def foo(String s) {
print(<selection>s + 1</selection>)
}
foo('a')