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

6 lines
67 B
C#
Raw Normal View History

2023-07-29 00:11:09 +00:00
namespace TLang.VM
{
public class TNull : TObject
{
}
}