comp.lang.ada
 help / color / mirror / Atom feed
* Type qualification & entry calls - can they mix?
@ 1996-08-29  0:00 Dale Stanbrough
  1996-08-29  0:00 ` Dale Stanbrough
  1996-08-30  0:00 ` David Weller
  0 siblings, 2 replies; 4+ messages in thread
From: Dale Stanbrough @ 1996-08-29  0:00 UTC (permalink / 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




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~1996-08-30  0:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-08-29  0:00 Type qualification & entry calls - can they mix? Dale Stanbrough
1996-08-29  0:00 ` Dale Stanbrough
1996-08-30  0:00   ` Robert A Duff
1996-08-30  0:00 ` David Weller

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