[K/N] Fix references for inline function
Corresponding lowering creating wrappers from JS Backend was used. Also, the lowering was changed to create local function, instead of normal one in outer scope, as a lot of logic from local declarations lowering should be duplicated otherwise for correct type parameters handling. ^KT-38535
This commit is contained in:
+5
@@ -35616,6 +35616,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/reified/callableReferenceInlinedFun.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("callableReferenceInlinedFunFromOtherModule.kt")
|
||||
public void testCallableReferenceInlinedFunFromOtherModule() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/reified/callableReferenceInlinedFunFromOtherModule.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("checkcast.kt")
|
||||
public void testCheckcast() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/reified/checkcast.kt");
|
||||
|
||||
Reference in New Issue
Block a user