1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 20:42:21 +02:00

Fixed non-const 'this' check in const invocations

This commit is contained in:
Brian Fiete 2022-06-12 11:19:40 -07:00
parent 4c553ee9a3
commit 7aa2fdf976
2 changed files with 6 additions and 2 deletions

View file

@ -220,7 +220,7 @@ namespace Tests
String serializeBuffer = new .();
Compiler.Assert(!type.IsUnion);
Runtime.Assert(!type.IsUnion);
for (let field in type.GetFields())
{