tlang-runtime-compiler/TLang.VM/TNull.cs

6 lines
67 B
C#

namespace TLang.VM
{
public class TNull : TObject
{
}
}