This commit is contained in:
Dmitry Vasilev
2022-12-02 08:17:49 +08:00
parent 0845a87960
commit 747bceda7b
4 changed files with 41 additions and 17 deletions

View File

@@ -2593,7 +2593,7 @@ const y = x()`
const code = `
const x = async () => 123
const y = async () => await x()
y()
await y()
`
const s = test_initial_state(code)
const move = COMMANDS.move_cursor(s, code.indexOf('await x()')).state