purescript-0.15.15: tests/purs/failing/MissingClassExport.purs
-- @shouldFailWith TransitiveExportError module Test (bar) where import Prelude class Foo a where bar :: a -> a
-- @shouldFailWith TransitiveExportError module Test (bar) where import Prelude class Foo a where bar :: a -> a