purescript-0.15.15: tests/purs/failing/ConflictingExports.purs
-- @shouldFailWith ScopeConflict -- Fails here because re-exporting forces any scope conflicts to be resolved module Main (module A, module B) where import A import B
-- @shouldFailWith ScopeConflict -- Fails here because re-exporting forces any scope conflicts to be resolved module Main (module A, module B) where import A import B