mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-16 15:24:10 +02:00
Improved circular mixin check, isconst(expr), [ConstSkip]
This commit is contained in:
parent
cab9b3d9c7
commit
75333a0928
19 changed files with 241 additions and 60 deletions
|
@ -1042,7 +1042,7 @@ namespace System
|
|||
{
|
||||
if (object == null)
|
||||
return;
|
||||
Append(object.ToString(.. scope .()));
|
||||
Append(object.ToString(.. scope .(128)));
|
||||
}
|
||||
|
||||
public void operator+=(String str)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue