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

6 lines
72 B
C#

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