blob: 2ec7c41644540ad3147fd4d4175fb60bca42f942 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{%fail}
{%norun}
program tdotunits1;
{$mode delphi}
uses
tudots.dot.next, tudots;
begin
// this identifier can't be resolved because namespace udots.dot hides the udots unit visibility
tudots.dot.test := 1;
end.
|