blob: ddc87407149c35c60d23c877c088abbe4e62a284 [file] [log] [blame]
def sum = 2 + 2
def diff = 3 - <selection>sum</selection>
-----
def diff = 3 - (2 + 2)<caret>