FIC: Support base version of conversions in JVM backend

Proper support for JVM backend will be in the further commmits
This commit is contained in:
Mikhail Zarechenskiy
2019-11-14 15:30:14 +03:00
parent c71c1d45c6
commit 0ee977c42e
6 changed files with 40 additions and 9 deletions
@@ -13684,6 +13684,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
public void testBasicFunInterface() throws Exception {
runTest("compiler/testData/codegen/box/inlineClasses/funInterface/basicFunInterface.kt");
}
@TestMetadata("basicFunInterfaceConversion.kt")
public void testBasicFunInterfaceConversion() throws Exception {
runTest("compiler/testData/codegen/box/inlineClasses/funInterface/basicFunInterfaceConversion.kt");
}
}
@TestMetadata("compiler/testData/codegen/box/inlineClasses/functionNameMangling")