blob: db7afb8001ed7d691e0cd196bcf725b3135c5ecc [file] [log] [blame]
def a = 0
<selection>def b = a, d = 0</selection>
def c = b * d
-----
input:
a
output:
b
d