Fix JS source map of decomposed conditional expression

This commit is contained in:
Alexey Andreev
2017-06-22 17:07:56 +03:00
parent b5218915f8
commit 4e18ea2d04
3 changed files with 31 additions and 3 deletions
@@ -78,6 +78,12 @@ public class JsLineNumberTestGenerated extends AbstractJsLineNumberTest {
doTest(fileName);
}
@TestMetadata("conditionalDecomposed.kt")
public void testConditionalDecomposed() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("js/js.translator/testData/lineNumbers/conditionalDecomposed.kt");
doTest(fileName);
}
@TestMetadata("coroutine.kt")
public void testCoroutine() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("js/js.translator/testData/lineNumbers/coroutine.kt");