blob: d5140fae426315a252dc0c849d4b33a383ca61e6 [file] [log] [blame]
Regression test for crbug/1081162
Running test: testBreakpointResolved
After Debugger.setBreakpointByUrl
async function foo(o) {
await o.#bar();
}
After Debugger.breakpointResolved
async function foo(o) {
await o.#bar();
}