Don't merge locations in JS source map test cases
Don't merge locations of containing if/while/do..while/for statements with locations of conditions
This commit is contained in:
@@ -9,4 +9,4 @@ fun bar() {
|
||||
foo(42)
|
||||
}
|
||||
|
||||
// LINES: 2 3 4 * 2 9 2 3 4
|
||||
// LINES: 2 3 3 4 * 2 9 2 3 3 4
|
||||
Reference in New Issue
Block a user