purescript-0.9.1: examples/failing/MissingClassMemberExport.purs
-- @shouldFailWith TransitiveExportError module Test (class Foo) where import Prelude class Foo a where bar :: a -> a
-- @shouldFailWith TransitiveExportError module Test (class Foo) where import Prelude class Foo a where bar :: a -> a