Remove backend tests on old inference
Also remove any mentions of NewInference, and rename some tests.
This commit is contained in:
-10
@@ -14130,11 +14130,6 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/functions/functionExpression/functionExpressionWithThisReference.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("functionExpressionWithThisReferenceNI.kt")
|
||||
public void testFunctionExpressionWithThisReferenceNI() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/functions/functionExpression/functionExpressionWithThisReferenceNI.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("functionLiteralExpression.kt")
|
||||
public void testFunctionLiteralExpression() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/functions/functionExpression/functionLiteralExpression.kt");
|
||||
@@ -19655,11 +19650,6 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/javaInterop/genericSamProjectedOut.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("genericSamProjectedOutWithNewInference.kt")
|
||||
public void testGenericSamProjectedOutWithNewInference() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/javaInterop/genericSamProjectedOutWithNewInference.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("genericSamSmartcast.kt")
|
||||
public void testGenericSamSmartcast() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/javaInterop/genericSamSmartcast.kt");
|
||||
|
||||
Reference in New Issue
Block a user