Join Slack
Powered by
Is it possible to generate a fun interface with fr...
# compiler
a
Ayla
11/10/2023, 10:58 AM
Is it possible to generate a fun interface with frontend extensions? I tried
FirDeclarationGenerationExtension
, but I didn't see where to specify a generated interface as
[fun]
, or I missed something? Thanks in advance。
d
dmitriy.novozhilov
11/10/2023, 11:07 AM
There is
an
isFun
flag in
FirDeclarationStatus
thank you color
1
Open in Slack
Previous
Next