summaryrefslogtreecommitdiff
path: root/test/fixtures/debugger-repeat-last.js
blob: 86df8eebcb76a7eb81f9bbfc0d5382ddfc6bcc06 (plain)
1
2
3
4
5
6
7
var a = 1;

var b = 2;

var c = 3;

b = c;