Use FqNameUnsafe instead of FqName in JVM intrinsics

#KT-4777 Fixed
This commit is contained in:
Alexander Udalov
2014-03-27 22:46:44 +04:00
parent 94084fb8e1
commit ea4daed0ac
4 changed files with 27 additions and 8 deletions
@@ -2961,6 +2961,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
doTest("compiler/testData/codegen/box/functions/localFunctions/kt4119_2.kt");
}
@TestMetadata("kt4777.kt")
public void testKt4777() throws Exception {
doTest("compiler/testData/codegen/box/functions/localFunctions/kt4777.kt");
}
@TestMetadata("localFunctionInConstructor.kt")
public void testLocalFunctionInConstructor() throws Exception {
doTest("compiler/testData/codegen/box/functions/localFunctions/localFunctionInConstructor.kt");