You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR: Unable to comptime System.EnumParser<T>.OnTypeInit() at line 384:22 in c:\Program Files\BeefLang\BeefLibs\corlib\src\Enum.bf
public static void OnTypeInit()
^^^^^^^^^^
> Method call preparation 'System.EnumParser<@T0>.OnTypeInit()' failed in comptime System.EnumParser<T>.OnTypeInit() at line 386:4 in c:\Program Files\BeefLang\BeefLibs\corlib\src\Enum.bf
> Comptime method generation error: Failure during comptime generation of ?OnTypeInit@COMPTIME$?$EnumParser@U_T0@@@System@bf@@SAXXZ: Unable to locate method ?get__MemberOffset__im@FieldInfo@Reflection@System@bf@@QEAAHXZ at line 397:6 in c:\Program Files\BeefLang\BeefLibs\corlib\src\Enum.bf
The text was updated successfully, but these errors were encountered:
Here is the project to reproduce the bug: here
Im getting the following error when building:
The text was updated successfully, but these errors were encountered: