Minor, add regression test for KT-62788
This commit is contained in:
committed by
Space Team
parent
6b6808d87c
commit
555b35d894
+6
@@ -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() {
|
||||
|
||||
+6
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user