Browse Source

* typeof(classref) is not possible

peter 22 years ago
parent
commit
f0ed04651b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/webtbs/tw2317.pp

+ 1 - 1
tests/webtbs/tw2317.pp

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