[Tests] Add test for KT-44199

^KT-44199 Fixed
This commit is contained in:
Vladimir Sukharev
2024-03-06 11:05:12 +01:00
committed by Space Team
parent 1ad0872958
commit a9af52c288
22 changed files with 143 additions and 0 deletions
@@ -15046,6 +15046,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/delegation/kt30102_comparable.kt");
}
@TestMetadata("kt44199.kt")
public void testKt44199() {
runTest("compiler/testData/codegen/box/delegation/kt44199.kt");
}
@TestMetadata("kt54654.kt")
public void testKt54654() {
runTest("compiler/testData/codegen/box/delegation/kt54654.kt");