purescript-0.12.0: tests/purs/warning/2140.purs
-- @shouldWarnWith ShadowedTypeVar module Main where class Test a where f :: (forall a. a -> a) -> a -> a
-- @shouldWarnWith ShadowedTypeVar module Main where class Test a where f :: (forall a. a -> a) -> a -> a