Fix KClass.java intrinsic for stack values of type Unit

#KT-17692 Fixed
This commit is contained in:
Alexander Udalov
2017-05-17 14:39:32 +03:00
parent 9b85fed3c4
commit 52237ce77f
5 changed files with 35 additions and 7 deletions
@@ -1621,6 +1621,12 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
doTest(fileName);
}
@TestMetadata("localUnitFunction.kt")
public void testLocalUnitFunction() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/callableReference/bound/localUnitFunction.kt");
doTest(fileName);
}
@TestMetadata("multiCase.kt")
public void testMultiCase() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/callableReference/bound/multiCase.kt");