[FIR] Make rendering of properties for diagnostics more user-friendly
#KT-60137 Fixed
This commit is contained in:
committed by
Space Team
parent
b5ea059861
commit
ed6948959c
+6
@@ -23974,6 +23974,12 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
|
||||
runTest("compiler/testData/diagnostics/tests/overload/overloadsFromCurrentAndSuperClassWithReturnType.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("RedeclarationThroughDestructuring.kt")
|
||||
public void testRedeclarationThroughDestructuring() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/overload/RedeclarationThroughDestructuring.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("SyntheticAndNotSynthetic.kt")
|
||||
public void testSyntheticAndNotSynthetic() throws Exception {
|
||||
|
||||
+6
@@ -23974,6 +23974,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
|
||||
runTest("compiler/testData/diagnostics/tests/overload/overloadsFromCurrentAndSuperClassWithReturnType.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("RedeclarationThroughDestructuring.kt")
|
||||
public void testRedeclarationThroughDestructuring() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/overload/RedeclarationThroughDestructuring.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("SyntheticAndNotSynthetic.kt")
|
||||
public void testSyntheticAndNotSynthetic() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user