Add compiler X-flag to enable self upper bound type inference
^KT-48026 Fixed
This commit is contained in:
committed by
teamcityserver
parent
7567597be6
commit
dc8dbad0bc
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user