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:
parent
4c553ee9a3
commit
7aa2fdf976
2 changed files with 6 additions and 2 deletions
|
@ -220,7 +220,7 @@ namespace Tests
|
|||
|
||||
String serializeBuffer = new .();
|
||||
|
||||
Compiler.Assert(!type.IsUnion);
|
||||
Runtime.Assert(!type.IsUnion);
|
||||
|
||||
for (let field in type.GetFields())
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue