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

6 lines
72 B
C#
Raw Normal View History

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