K2: Add test data for KT-64841 showing its current state

This commit is contained in:
Denis.Zharkov
2024-01-23 12:55:31 +01:00
committed by Space Team
parent 3024ec3da3
commit 81d559ad7f
9 changed files with 114 additions and 0 deletions
@@ -21374,6 +21374,18 @@ public class FirLightTreeOldFrontendDiagnosticsTestGenerated extends AbstractFir
runTest("compiler/testData/diagnostics/tests/inner/annotationInInnerClass.kt");
}
@Test
@TestMetadata("callingOuterGenericClassConstructorWithSelfTypes.kt")
public void testCallingOuterGenericClassConstructorWithSelfTypes() throws Exception {
runTest("compiler/testData/diagnostics/tests/inner/callingOuterGenericClassConstructorWithSelfTypes.kt");
}
@Test
@TestMetadata("callingOuterGenericClassConstructorWithSelfTypesInitial.kt")
public void testCallingOuterGenericClassConstructorWithSelfTypesInitial() throws Exception {
runTest("compiler/testData/diagnostics/tests/inner/callingOuterGenericClassConstructorWithSelfTypesInitial.kt");
}
@Test
@TestMetadata("classesInClassObjectHeader.kt")
public void testClassesInClassObjectHeader() throws Exception {
@@ -21380,6 +21380,18 @@ public class FirPsiOldFrontendDiagnosticsTestGenerated extends AbstractFirPsiDia
runTest("compiler/testData/diagnostics/tests/inner/annotationInInnerClass.kt");
}
@Test
@TestMetadata("callingOuterGenericClassConstructorWithSelfTypes.kt")
public void testCallingOuterGenericClassConstructorWithSelfTypes() throws Exception {
runTest("compiler/testData/diagnostics/tests/inner/callingOuterGenericClassConstructorWithSelfTypes.kt");
}
@Test
@TestMetadata("callingOuterGenericClassConstructorWithSelfTypesInitial.kt")
public void testCallingOuterGenericClassConstructorWithSelfTypesInitial() throws Exception {
runTest("compiler/testData/diagnostics/tests/inner/callingOuterGenericClassConstructorWithSelfTypesInitial.kt");
}
@Test
@TestMetadata("classesInClassObjectHeader.kt")
public void testClassesInClassObjectHeader() throws Exception {