blob: 15419d8a982f2e955cb892001b78ff34119bb1af [file] [log] [blame]
def a = 0
<selection>def b = a</selection>
def c = b
-----
input:
a
output:
b