K2: add partial reproduction of KT-59864

This commit is contained in:
Mikhail Glukhikh
2023-10-02 15:26:00 +02:00
committed by Space Team
parent 162ba59d7f
commit d321fa3fd9
6 changed files with 172 additions and 0 deletions
@@ -94,6 +94,12 @@ public class FirLightTreeJvmIrSourceRangesTestGenerated extends AbstractFirLight
runTest("compiler/testData/ir/sourceRanges/declarations/classes.kt");
}
@Test
@TestMetadata("delegatedProperties.kt")
public void testDelegatedProperties() throws Exception {
runTest("compiler/testData/ir/sourceRanges/declarations/delegatedProperties.kt");
}
@Test
@TestMetadata("fakeOverrides.kt")
public void testFakeOverrides() throws Exception {
@@ -94,6 +94,12 @@ public class FirPsiJvmIrSourceRangesTestGenerated extends AbstractFirPsiJvmIrSou
runTest("compiler/testData/ir/sourceRanges/declarations/classes.kt");
}
@Test
@TestMetadata("delegatedProperties.kt")
public void testDelegatedProperties() throws Exception {
runTest("compiler/testData/ir/sourceRanges/declarations/delegatedProperties.kt");
}
@Test
@TestMetadata("fakeOverrides.kt")
public void testFakeOverrides() throws Exception {