purescript-0.12.0: tests/purs/failing/ExportExplicit3.purs
-- @shouldFailWith UnknownName module Main where import M1 as M import Effect.Console (log) -- should fail as Z is not exported from M1 testZ = M.Z main = log "Done"
-- @shouldFailWith UnknownName module Main where import M1 as M import Effect.Console (log) -- should fail as Z is not exported from M1 testZ = M.Z main = log "Done"