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
@@ -238,6 +238,12 @@ public class ClassicNativeIrTextTestGenerated extends AbstractClassicNativeIrTex
|
||||
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 {
|
||||
|
||||
+6
@@ -238,6 +238,12 @@ public class FirLightTreeNativeIrTextTestGenerated extends AbstractFirLightTreeN
|
||||
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 {
|
||||
|
||||
+6
@@ -238,6 +238,12 @@ public class FirPsiNativeIrTextTestGenerated extends AbstractFirPsiNativeIrTextT
|
||||
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