UNPKG

85 BJavaScriptView Raw
1"use strict";
2let x = x; // error
3let y = 1, z = y; // ok
4let a = b, b = 1; // error