瀏覽代碼

* typeof(classref) is not possible

peter 22 年之前
父節點
當前提交
f0ed04651b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/webtbs/tw2317.pp

+ 1 - 1
tests/webtbs/tw2317.pp

@@ -10,7 +10,7 @@ Type tObject=Object
 
 Function tObject.GetVMT:Pointer;
 Begin
-   Exit(TypeOf(Self));
+   Exit(Self);
 End;
 
 var