summaryrefslogtreecommitdiff
path: root/tests/webtbf/tw36720.pp
blob: 66dd8711908015ccdf8b6209ce32b4439bf13737 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{ %fail }
program project1;
{$mode objfpc}{$H+}

uses uw36720a, uw36720b;

var
  a: TObject;
begin
  ( a as IInterface2 ).DoSomethingElse;
end.