comp.lang.ada
 help / color / mirror / Atom feed
From: Dale Stanbrough <dale@goanna.cs.rmit.edu.au>
Subject: Type qualification & entry calls - can they mix?
Date: 1996/08/29
Date: 1996-08-29T00:00:00+00:00	[thread overview]
Message-ID: <503itr$aij@goanna.cs.rmit.edu.au> (raw)


Consider the following...

	protected type fred is
		entry a;
	end fred;
	
	type list is array(1..10) of fred;
	
	prots :list;
	

Then should the following be legal?

	
	list'(prots(1)).a;


Dale




             reply	other threads:[~1996-08-29  0:00 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-08-29  0:00 Dale Stanbrough [this message]
1996-08-29  0:00 ` Type qualification & entry calls - can they mix? Dale Stanbrough
1996-08-30  0:00   ` Robert A Duff
1996-08-30  0:00 ` David Weller
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox