fpc/tests/webtbf/tw2414.pp
2003-03-17 13:39:52 +00:00

13 lines
176 B
ObjectPascal

{ %fail }
USES uw2414;
VAR
ob : anObj;
BEGIN
ob.k:=8;
ob.A('xxyyzzww');
ob.A('aabbcc',4); { call to a private method allowed !? }
END
.