Răsfoiți Sursa

* typeof(classref) is not allowed

peter 22 ani în urmă
părinte
comite
7e91a89a39
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      tests/webtbs/tw2332.pp

+ 1 - 1
tests/webtbs/tw2332.pp

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