purescript-0.15.15: tests/purs/passing/TransitiveImport/Test.purs
module Test where import Prelude class TestCls a where test :: a -> a instance unitTestCls :: TestCls Unit where test _ = unit
module Test where import Prelude class TestCls a where test :: a -> a instance unitTestCls :: TestCls Unit where test _ = unit