```haskell test = EmptyCase ``` Hovering over `EmptyCase` suggests `Add "EmptyCase"`, which adds `{-# LANGUAGE EmptyCase #-}`. This happens even if `EmptyCase` is out of scope.