Explorar el Código

* typeof(classref) is not allowed

peter hace 22 años
padre
commit
7e91a89a39
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;