Extract diagnostics about class literals with empty LHS
^KT-59152
This commit is contained in:
committed by
Space Team
parent
1153238fd7
commit
060f3fa7c4
+6
@@ -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 {
|
||||
|
||||
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user