nvim-treesitter/tests/indent/ecma/try_catch.js
2022-01-21 16:40:36 +01:00

8 lines
87 B
JavaScript

try {
throw Error()
} catch (err) {
throw error
} finally {
console.log("42")
}