Minor, add regression test

#KT-42527
This commit is contained in:
Alexander Udalov
2020-10-07 21:29:54 +02:00
parent af98720720
commit 2f003bdcb5
8 changed files with 44 additions and 0 deletions
@@ -2585,6 +2585,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
runTest("compiler/testData/codegen/box/callableReference/function/classMemberFromClass.kt");
}
@TestMetadata("classMemberFromCompanionObject.kt")
public void testClassMemberFromCompanionObject() throws Exception {
runTest("compiler/testData/codegen/box/callableReference/function/classMemberFromCompanionObject.kt");
}
@TestMetadata("classMemberFromExtension.kt")
public void testClassMemberFromExtension() throws Exception {
runTest("compiler/testData/codegen/box/callableReference/function/classMemberFromExtension.kt");