Join Slack
Powered by
Using FIR is it possible to generate a function st...
# compiler
j
Jake Woods
05/08/2025, 10:55 PM
Using FIR is it possible to generate a function stub that is local to another annotated function? I.e. say I have:
Copy code
@MyPlugin fun foo() {}
Is it possible to generate:
Copy code
@MyPlugin fun foo() { local fun callMyPlugin() {} }
🚫 1
Open in Slack
Previous
Next