purescript-0.9.1: examples/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