❔ How can i remove methods or classes with an Attribute from compiling?
How can i remove methods or classes with an Attribute from compiling?






#if#define[Conditional()]var user = some_env_var_or_something_idk
? new FooUser()
: new BarUser();