--- ais/ai-00150.txt 1999/10/08 23:41:05 1.7 +++ ais/ai-00150.txt 2000/06/20 04:22:43 1.8 @@ -26,13 +26,13 @@ type DT is new T with private; private type DT is new T with record - Y: ...; + Y: ...; end record; end Parent; package Parent.Child is type DDT is new DT with record - Y: ...; -- Legal? (No.) + Y: ...; -- Legal? (No.) end record; end Parent.Child;