Przeglądaj źródła

* typeof(classref) is not possible

peter 22 lat temu
rodzic
commit
f0ed04651b
1 zmienionych plików z 1 dodań i 1 usunięć
  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