Temporarily disable inline for bound function references

This commit is contained in:
Alexander Udalov
2016-06-06 14:41:19 +03:00
parent b9e61f035f
commit 61290d1225
3 changed files with 22 additions and 0 deletions
@@ -1471,6 +1471,12 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/callableReference/bound/inline/simple.kt");
doTest(fileName);
}
@TestMetadata("simpleVal.kt")
public void testSimpleVal() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/callableReference/bound/inline/simpleVal.kt");
doTest(fileName);
}
}
}