Generate JS source maps for object instance function

This commit is contained in:
Alexey Andreev
2017-05-05 22:00:30 +03:00
parent 77df0f28bf
commit 5a4d3c5391
6 changed files with 20 additions and 6 deletions
@@ -0,0 +1,7 @@
object O
fun foo() {
println("foo")
}
// LINES: 1 * 1 1 1 4