Introduce warnings reporting by missed constraints because of incorrect optimization in the constraints processor
This commit is contained in:
+15
@@ -14211,6 +14211,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/inference/kt39824.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt42042.kt")
|
||||
public void testKt42042() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inference/kt42042.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt42130.kt")
|
||||
public void testKt42130() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inference/kt42130.kt");
|
||||
@@ -14231,6 +14236,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/inference/lastExpressionOfLambdaWithNothingConstraint.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("manyConstraintsDueToFlexibleRawTypes.kt")
|
||||
public void testManyConstraintsDueToFlexibleRawTypes() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inference/manyConstraintsDueToFlexibleRawTypes.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("manyFlexibleTypeParametersFromJavaAndConversions.kt")
|
||||
public void testManyFlexibleTypeParametersFromJavaAndConversions() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inference/manyFlexibleTypeParametersFromJavaAndConversions.kt");
|
||||
@@ -14301,6 +14311,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/inference/unsafeVarianceCodegen.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("violatingUpperBoundForSelfType.kt")
|
||||
public void testViolatingUpperBoundForSelfType() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inference/violatingUpperBoundForSelfType.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("compiler/testData/codegen/box/inference/builderInference")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
@RunWith(JUnit3RunnerWithInners.class)
|
||||
|
||||
Reference in New Issue
Block a user