Add tests for source maps in JS BE

This commit is contained in:
Alexey Andreev
2017-05-02 17:48:42 +03:00
parent f8914013ef
commit 9218b61141
6 changed files with 407 additions and 1 deletions
+6
View File
@@ -0,0 +1,6 @@
fun box() {
println("foo")
println("bar")
}
// LINES: 2 3