purescript-0.12.0: tests/purs/failing/ConflictingQualifiedImports.purs
-- @shouldFailWith ScopeConflict module Main where import A as X import B as X foo = X.thing
-- @shouldFailWith ScopeConflict module Main where import A as X import B as X foo = X.thing