Introduce a compiler X-flag to use the builder inference by default for all calls

^KT-48622 Fixed
This commit is contained in:
Victor Petukhov
2021-09-06 12:56:00 +03:00
parent df700117c3
commit 86d8468b8b
7 changed files with 39 additions and 0 deletions
@@ -106,6 +106,11 @@ public class CliTestGenerated extends AbstractCliTest {
runTest("compiler/testData/cli/jvm/bothJvmIrAndOldBackend.args");
}
@TestMetadata("builderInferenceByDefault.args")
public void testBuilderInferenceByDefault() throws Exception {
runTest("compiler/testData/cli/jvm/builderInferenceByDefault.args");
}
@TestMetadata("classAndFileClassClash.args")
public void testClassAndFileClassClash() throws Exception {
runTest("compiler/testData/cli/jvm/classAndFileClassClash.args");