Explorar o código

* typeof(classref) is not allowed

peter %!s(int64=22) %!d(string=hai) anos
pai
achega
7e91a89a39
Modificáronse 1 ficheiros con 1 adicións e 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;