[Tests] Reproduce #KT-66048
This commit is contained in:
committed by
Space Team
parent
29a9d3cdd9
commit
888cac6fc0
+6
@@ -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() {
|
||||
|
||||
+6
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user