rikvdkleij / intellij-haskell

IntelliJ plugin for Haskell
https://rikvdkleij.github.io/intellij-haskell/
Apache License 2.0
1.31k stars 94 forks source link

Wrong guard error-highlighting for default class function implementation #579

Closed kor85 closed 4 years ago

kor85 commented 4 years ago

Version: beta-72

class Foo a where
  bar :: a -> Int
  bar a | True      = 1
        | otherwise = 2
Screenshot 2020-06-22 at 22 05 49
kor85 commented 4 years ago

Not reproducible in beta-75.