blob: 2e26516e96620397b19702b7ead8704c8d0e61d6 [file] [log] [blame]
// This test should not crash.
dispatch => accessible.children()
"use strict";
dispatch2 => accessible.children()
"use strict"
var protected = 42;
dispatch3 => "use strict"
protected;
async dispatch4 => hey
"use strict";
async dispatch4 => "use strict"
protected;