[FIR] Make rendering of properties for diagnostics more user-friendly

#KT-60137 Fixed
This commit is contained in:
Kirill Rakhman
2023-07-26 17:27:19 +02:00
committed by Space Team
parent b5ea059861
commit ed6948959c
16 changed files with 79 additions and 16 deletions
@@ -25006,6 +25006,12 @@ public class DiagnosticTestGenerated extends AbstractDiagnosticTest {
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 {