From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,f8ae7c8799572552 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!c13g2000cwb.googlegroups.com!not-for-mail From: "mferracini" Newsgroups: comp.lang.ada Subject: Re: test with task Date: 25 Nov 2004 02:52:02 -0800 Organization: http://groups.google.com Message-ID: <1101379922.259456.11270@c13g2000cwb.googlegroups.com> References: <211db0ae.0411230312.48f36e70@posting.google.com> <1101227779.793647.47900@z14g2000cwz.googlegroups.com> <1wLod.2062$NU3.1411@newsread1.news.pas.earthlink.net> NNTP-Posting-Host: 213.215.153.30 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1101379926 15025 127.0.0.1 (25 Nov 2004 10:52:06 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 25 Nov 2004 10:52:06 +0000 (UTC) In-Reply-To: <1wLod.2062$NU3.1411@newsread1.news.pas.earthlink.net> User-Agent: G2/0.2 Complaints-To: groups-abuse@google.com Injection-Info: c13g2000cwb.googlegroups.com; posting-host=213.215.153.30; posting-account=OjhBzA0AAAC7IWpsLrvIpzjmXdzmh93y Xref: g2news1.google.com comp.lang.ada:6455 Date: 2004-11-25T02:52:02-08:00 List-Id: Jeffrey Carter wrote: > > type N_array is array (1..10) of Dummy; > > type N_Array is array (1 .. 10) of Bar.Dummy; > foo.adb:10:40 "dummy" is not a visible entity of "bar"