View difference between Paste ID: LXJ0TJtt and 2xVRZ9LB
SHOW: | | - or go back to the newest paste.
1-
def a = 1
1+
Assertion failed: 
2-
def b = 2
2+
3-
def c = 3
3+
4-
def list = [1,2,3,4,5,6,7]
4+
         | | |   | | |  |   |
5
         1 3 2   6 3 |  |   2
6
                     |  [1, 2, 3, 4, 5, 6, 7]
7-
7+
                     false
8
9
	at Script1.run(Script1.groovy:6)