Introduce compiler key to disable compatibility resolution mechanism
Enable it if one was using new inferene before 1.4 #KT-40128 Fixed #KT-40112 Fixed #KT-40113 Fixed
This commit is contained in:
@@ -540,6 +540,11 @@ public class CliTestGenerated extends AbstractCliTest {
|
||||
runTest("compiler/testData/cli/jvm/multipleTextRangesInDiagnosticsOrder.args");
|
||||
}
|
||||
|
||||
@TestMetadata("newInferenceImpliesProgressiveModeForNI.args")
|
||||
public void testNewInferenceImpliesProgressiveModeForNI() throws Exception {
|
||||
runTest("compiler/testData/cli/jvm/newInferenceImpliesProgressiveModeForNI.args");
|
||||
}
|
||||
|
||||
@TestMetadata("newInferenceImpliesSamConversions.args")
|
||||
public void testNewInferenceImpliesSamConversions() throws Exception {
|
||||
runTest("compiler/testData/cli/jvm/newInferenceImpliesSamConversions.args");
|
||||
|
||||
Reference in New Issue
Block a user