Add tests for super calls in inline classes
This commit is contained in:
committed by
Alexander Udalov
parent
0fe8fec1d1
commit
b173284d1d
+10
@@ -12853,6 +12853,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/annotatedMemberExtensionProperty.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("anySuperCall.kt")
|
||||
public void testAnySuperCall() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/anySuperCall.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("boundCallableReferencePassedToInlineFunction.kt")
|
||||
public void testBoundCallableReferencePassedToInlineFunction() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/boundCallableReferencePassedToInlineFunction.kt");
|
||||
@@ -14100,6 +14105,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/interfaceMethodCalls/genericMethodWithInlineClassOverride.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("interfaceSuperCall.kt")
|
||||
public void testInterfaceSuperCall() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/interfaceMethodCalls/interfaceSuperCall.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("overriddenDefaultInterfaceMethodCall.kt")
|
||||
public void testOverriddenDefaultInterfaceMethodCall() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/interfaceMethodCalls/overriddenDefaultInterfaceMethodCall.kt");
|
||||
|
||||
Reference in New Issue
Block a user