Fix JS source maps for companion objects of enum

This commit is contained in:
Alexey Andreev
2017-05-15 16:09:58 +03:00
parent c9545f291a
commit 5bc6c07f9e
3 changed files with 17 additions and 1 deletions
@@ -0,0 +1,9 @@
enum class Foo {
A;
companion object {
val a = A
}
}
// LINES: 1 1 1 1 2 4 * 2 2 4 5 * 4 4 4 4 * 1 * 1 1 1 1