Extract diagnostics about class literals with empty LHS

^KT-59152
This commit is contained in:
Mikhail Zarechenskiy
2023-06-07 15:40:05 +02:00
committed by Space Team
parent 1153238fd7
commit 060f3fa7c4
10 changed files with 67 additions and 1 deletions
@@ -4579,6 +4579,12 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
runTest("compiler/testData/diagnostics/tests/callableReference/unsupported/callableReferenceToLocalVariable.kt");
}
@Test
@TestMetadata("classLiteralsWithEmptyLHS.kt")
public void testClassLiteralsWithEmptyLHS() throws Exception {
runTest("compiler/testData/diagnostics/tests/callableReference/unsupported/classLiteralsWithEmptyLHS.kt");
}
@Test
@TestMetadata("javaOverridesKotlinProperty.kt")
public void testJavaOverridesKotlinProperty() throws Exception {
@@ -4579,6 +4579,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
runTest("compiler/testData/diagnostics/tests/callableReference/unsupported/callableReferenceToLocalVariable.kt");
}
@Test
@TestMetadata("classLiteralsWithEmptyLHS.kt")
public void testClassLiteralsWithEmptyLHS() throws Exception {
runTest("compiler/testData/diagnostics/tests/callableReference/unsupported/classLiteralsWithEmptyLHS.kt");
}
@Test
@TestMetadata("javaOverridesKotlinProperty.kt")
public void testJavaOverridesKotlinProperty() throws Exception {