FIR: reproduce KT-42656

This commit is contained in:
Jinseong Jeon
2020-10-14 08:03:43 -07:00
committed by Mikhail Glukhikh
parent 96834d6f4c
commit 65545a10c4
5 changed files with 47 additions and 0 deletions
@@ -2043,6 +2043,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
runTest("compiler/testData/codegen/box/callableReference/genericConstructorReference.kt");
}
@TestMetadata("javaField.kt")
public void testJavaField() throws Exception {
runTest("compiler/testData/codegen/box/callableReference/javaField.kt");
}
@TestMetadata("kt37604.kt")
public void testKt37604() throws Exception {
runTest("compiler/testData/codegen/box/callableReference/kt37604.kt");