liquidhaskell-0.8.10.1: tests/neg/NoMethodBindingError.hs
module Foo where class Foo a where foo :: a -> a instance Foo Int where -- no method binding error -- goo :: Int -> Int goo = foo
module Foo where class Foo a where foo :: a -> a instance Foo Int where -- no method binding error -- goo :: Int -> Int goo = foo