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=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!d4g2000vbm.googlegroups.com!not-for-mail From: AdaMagica Newsgroups: comp.lang.ada Subject: Re: Dispatch on the result still does not work? Date: Sun, 12 Jul 2009 10:11:29 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <4a58dfcf$0$30232$9b4e6d93@newsspool1.arcor-online.net> <1rfyxeircfmy1.19a1j3vqyttbo$.dlg@40tude.net> <74j6m.69502$rO.69160@newsfe13.ams2> <1u2c96ysoamp2.1vn3copqwfld7$.dlg@40tude.net> NNTP-Posting-Host: 91.13.241.46 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1247418689 13301 127.0.0.1 (12 Jul 2009 17:11:29 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sun, 12 Jul 2009 17:11:29 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: d4g2000vbm.googlegroups.com; posting-host=91.13.241.46; posting-account=rmHyLAoAAADSQmMWJF0a_815Fdd96RDf User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.0.11) Gecko/2009060215 Firefox/3.0.11,gzip(gfe),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:7017 Date: 2009-07-12T10:11:29-07:00 List-Id: X : T'Class := S'(Value); begin X := Value; -- Ambiguous? You know, I'm not a language lawyer, but after the initialization, X is constrained to the tag with which it was initialized. So to me, it should be dispatching as Dmitry expects.