IR text tests: Add test with the implementation of a private interface

This commit is contained in:
Dmitriy Dolovov
2023-11-21 14:08:47 +01:00
committed by Space Team
parent 02604060ae
commit e0e50e183e
14 changed files with 426 additions and 0 deletions
@@ -212,6 +212,11 @@ public class KlibIrTextTestCaseGenerated extends AbstractKlibIrTextTestCase {
runTest("compiler/testData/ir/irText/classes/primaryConstructorWithSuperConstructorCall.kt");
}
@TestMetadata("privateInterface.kt")
public void testPrivateInterface() throws Exception {
runTest("compiler/testData/ir/irText/classes/privateInterface.kt");
}
@TestMetadata("qualifiedSuperCalls.kt")
public void testQualifiedSuperCalls() throws Exception {
runTest("compiler/testData/ir/irText/classes/qualifiedSuperCalls.kt");