aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/RecordWildCards/mixed.hs
{- ORACLE_TEST pass -}
{-# LANGUAGE RecordWildCards #-}
module Mixed where
data Point = Point { x, y :: Int }
f Point{x, ..} = x + y{- ORACLE_TEST pass -}
{-# LANGUAGE RecordWildCards #-}
module Mixed where
data Point = Point { x, y :: Int }
f Point{x, ..} = x + y