summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_fail/T2310.hs
blob: 10c9cbc72aa3c81569c1aba73e50d62b55c7abc6 (plain)
1
2
3
4
5
{-# OPTIONS_GHC -XScopedTypeVariables #-}

module Foo where

foo = let c = \ (x :: a) -> (x :: a) in co