[Tests] Reproduce #KT-66048

This commit is contained in:
Kirill Rakhman
2024-02-27 16:42:24 +01:00
committed by Space Team
parent 29a9d3cdd9
commit 888cac6fc0
7 changed files with 156 additions and 0 deletions
@@ -22492,6 +22492,12 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
runTest("compiler/testData/diagnostics/tests/j+k/KJKInheritanceGeneric.kt");
}
@Test
@TestMetadata("kjkImplicitReturnType.kt")
public void testKjkImplicitReturnType() {
runTest("compiler/testData/diagnostics/tests/j+k/kjkImplicitReturnType.kt");
}
@Test
@TestMetadata("kjkPropertyAndExtensionProperty.kt")
public void testKjkPropertyAndExtensionProperty() {
@@ -22492,6 +22492,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
runTest("compiler/testData/diagnostics/tests/j+k/KJKInheritanceGeneric.kt");
}
@Test
@TestMetadata("kjkImplicitReturnType.kt")
public void testKjkImplicitReturnType() {
runTest("compiler/testData/diagnostics/tests/j+k/kjkImplicitReturnType.kt");
}
@Test
@TestMetadata("kjkPropertyAndExtensionProperty.kt")
public void testKjkPropertyAndExtensionProperty() {