purescript-0.7.2.0: examples/failing/Object.purs
-- @shouldFailWith PropertyIsMissing
module Main where
import Prelude
test o = o.foo
test1 = test {}
-- @shouldFailWith PropertyIsMissing
module Main where
import Prelude
test o = o.foo
test1 = test {}