forked from LeenkxTeam/Kmake
14 lines
230 B
Plaintext
14 lines
230 B
Plaintext
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();
|
|
}
|
|
|