1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-05-26 23:18:26 +00:00
Files
UXP/devtools/client/debugger/test/mochitest/code_ugly-3.js
T

2 lines
63 B
JavaScript

function main3() { var a = 1; debugger; noop(a); return 10; };