packages feed

purescript-0.12.0: tests/purs/failing/Object.purs

-- @shouldFailWith PropertyIsMissing
module Main where

import Prelude

test o = o.foo

test1 = test {}