mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-15 12:51:30 -05:00
added test for skipped node case
This commit is contained in:
6
tests/cases/compiler/sourceMap-SkippedNode.ts
Normal file
6
tests/cases/compiler/sourceMap-SkippedNode.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
//@sourceMap: true
|
||||
try {
|
||||
// ...
|
||||
} finally {
|
||||
// N.B. No 'catch' block
|
||||
}
|
||||
Reference in New Issue
Block a user