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:
@@ -6,4 +6,4 @@ fun box(x: Int, y: Int) {
|
||||
|
||||
fun foo(x: Int) = x
|
||||
|
||||
// LINES: 3 3 * 3 4 4 * 4 4 2 3 7
|
||||
// LINES: 3 3 * 3 3 4 4 * 4 4 2 3 7
|
||||
Reference in New Issue
Block a user