Explorar o código

* also enable published for TObjA so that the test fails for the correct reason

git-svn-id: trunk@40704 -
svenbarth %!s(int64=6) %!d(string=hai) anos
pai
achega
dada756828
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      tests/webtbf/tw34691.pp

+ 2 - 1
tests/webtbf/tw34691.pp

@@ -10,11 +10,12 @@ uses
   Classes, SysUtils;
 
 type
+  {$M+}
   TObjA = class
+  public
     Icon: String;
   end;
 
-  {$M+}
   TObjB = class
     FObjA: TObjA;