[Test] Reproduce KT-64466
This commit is contained in:
committed by
Space Team
parent
be728d4291
commit
50abaaff7e
+5
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user