K2: Add test data for KT-64841 showing its current state
This commit is contained in:
committed by
Space Team
parent
3024ec3da3
commit
81d559ad7f
+12
@@ -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 {
|
||||
|
||||
+12
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user