git-svn-id: trunk@19056 -
@@ -19,7 +19,9 @@ class procedure TTestHelper.Test;
begin
end;
+var
+ T: TTest;
- with TTest do
+ with T do
Test;
end.