[Test] Reproduce KT-64466

This commit is contained in:
Dmitriy Novozhilov
2024-01-11 13:31:44 +02:00
committed by Space Team
parent be728d4291
commit 50abaaff7e
16 changed files with 542 additions and 0 deletions
@@ -57,6 +57,11 @@ public class KlibIrTextTestCaseGenerated extends AbstractKlibIrTextTestCase {
runTest("compiler/testData/ir/irText/classes/annotationClasses.kt");
}
@TestMetadata("annotationsOnDelegatedMembers.kt")
public void testAnnotationsOnDelegatedMembers() throws Exception {
runTest("compiler/testData/ir/irText/classes/annotationsOnDelegatedMembers.kt");
}
@TestMetadata("argumentReorderingInDelegatingConstructorCall.kt")
public void testArgumentReorderingInDelegatingConstructorCall() throws Exception {
runTest("compiler/testData/ir/irText/classes/argumentReorderingInDelegatingConstructorCall.kt");