Quellcode durchsuchen

* typeof(classref) is not allowed

peter vor 22 Jahren
Ursprung
Commit
7e91a89a39
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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;