purescript-0.15.15: tests/purs/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 {}