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
+6
@@ -292,6 +292,12 @@ public class ClassicJvmIrTextTestGenerated extends AbstractClassicJvmIrTextTest
|
||||
runTest("compiler/testData/ir/irText/classes/primaryConstructorWithSuperConstructorCall.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("privateInterface.kt")
|
||||
public void testPrivateInterface() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/classes/privateInterface.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("qualifiedSuperCalls.kt")
|
||||
public void testQualifiedSuperCalls() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user