Minor, add regression test for KT-62788

This commit is contained in:
Alexander Udalov
2024-02-22 13:39:57 +01:00
committed by Space Team
parent 6b6808d87c
commit 555b35d894
6 changed files with 96 additions and 0 deletions
@@ -376,6 +376,12 @@ public class FirLightTreeBytecodeListingTestGenerated extends AbstractFirLightTr
runTest("compiler/testData/codegen/bytecodeListing/annotations/kt43459.kt");
}
@Test
@TestMetadata("kt62788.kt")
public void testKt62788() {
runTest("compiler/testData/codegen/bytecodeListing/annotations/kt62788.kt");
}
@Test
@TestMetadata("kt9320.kt")
public void testKt9320() {
@@ -376,6 +376,12 @@ public class FirPsiBytecodeListingTestGenerated extends AbstractFirPsiBytecodeLi
runTest("compiler/testData/codegen/bytecodeListing/annotations/kt43459.kt");
}
@Test
@TestMetadata("kt62788.kt")
public void testKt62788() {
runTest("compiler/testData/codegen/bytecodeListing/annotations/kt62788.kt");
}
@Test
@TestMetadata("kt9320.kt")
public void testKt9320() {