Support inlining internal functions to friend modules in JS BE
There's one exception: if an inline internal function calls private function, this will fail at run time.
This commit is contained in:
@@ -9,7 +9,7 @@ package foo
|
||||
// CHECK_HAS_INLINE_METADATA: apply
|
||||
// CHECK_HAS_INLINE_METADATA: applyL_h43q6c$
|
||||
// CHECK_HAS_INLINE_METADATA: applyM_h43q6c$
|
||||
// CHECK_HAS_NO_INLINE_METADATA: applyN_h43q6c$
|
||||
// CHECK_HAS_INLINE_METADATA: applyN_h43q6c$
|
||||
// CHECK_HAS_NO_INLINE_METADATA: applyO_h43q6c$
|
||||
|
||||
inline
|
||||
|
||||
Reference in New Issue
Block a user