Add compiler X-flag to enable self upper bound type inference

^KT-48026 Fixed
This commit is contained in:
Victor Petukhov
2021-08-02 13:57:50 +03:00
committed by teamcityserver
parent 7567597be6
commit dc8dbad0bc
7 changed files with 76 additions and 0 deletions
@@ -756,6 +756,11 @@ public class CliTestGenerated extends AbstractCliTest {
runTest("compiler/testData/cli/jvm/sanitized-name.clash.args");
}
@TestMetadata("selfUpperBoundInference.args")
public void testSelfUpperBoundInference() throws Exception {
runTest("compiler/testData/cli/jvm/selfUpperBoundInference.args");
}
@TestMetadata("signatureClash.args")
public void testSignatureClash() throws Exception {
runTest("compiler/testData/cli/jvm/signatureClash.args");