IR text tests: Add test with the implementation of a private interface
This commit is contained in:
committed by
Space Team
parent
02604060ae
commit
e0e50e183e
+5
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user