Disable New Inference in JS backend

See #KT-37163 for details
This commit is contained in:
Mikhail Zarechenskiy
2020-03-02 15:23:17 +03:00
parent e6885323da
commit d1a8f57740
18 changed files with 153 additions and 43 deletions
@@ -888,6 +888,11 @@ public class CliTestGenerated extends AbstractCliTest {
runTest("compiler/testData/cli/js/outputPrefixFileNotFound.args");
}
@TestMetadata("reifiedIntersectionType.args")
public void testReifiedIntersectionType() throws Exception {
runTest("compiler/testData/cli/js/reifiedIntersectionType.args");
}
@TestMetadata("simple2js.args")
public void testSimple2js() throws Exception {
runTest("compiler/testData/cli/js/simple2js.args");