class TEST1 [ G, H ]
feature -- Access
   first: G
         -- First element of the pair
   second: H
         -- Second element of the pair
end