mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-15 16:01:30 +00:00
Skip inlining and emit a warning when trying to inline a function into itself
This commit is contained in:
4
tests/compiler/inlining-recursive.ts
Normal file
4
tests/compiler/inlining-recursive.ts
Normal file
@ -0,0 +1,4 @@
|
||||
@inline
|
||||
export function foo(): void {
|
||||
foo();
|
||||
}
|
Reference in New Issue
Block a user