Regenerate tests

This commit is contained in:
Victor Petukhov
2021-05-18 21:25:43 +03:00
parent 38fe917141
commit a27d428573
@@ -18663,6 +18663,11 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
runTest("compiler/testData/diagnostics/tests/platformTypes/rawTypes/substituteSeveralOtherErasedTypeArguments.kt");
}
@TestMetadata("superTypeErasion.kt")
public void testSuperTypeErasion() throws Exception {
runTest("compiler/testData/diagnostics/tests/platformTypes/rawTypes/superTypeErasion.kt");
}
@TestMetadata("typeEnhancement.kt")
public void testTypeEnhancement() throws Exception {
runTest("compiler/testData/diagnostics/tests/platformTypes/rawTypes/typeEnhancement.kt");