summaryrefslogtreecommitdiff
path: root/fpcsrc/tests/tbs/ub0421a.pp
blob: 126e50c5d5d19c256c44d6e3a5af3bbaee0540ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
unit ub0421a;
interface
{$mode objfpc}

  uses ub0421b;

type
  cl3=class(cl2)
    property f:longint read f1;
  end;

 implementation
 end.