purescript-0.14.0: tests/purs/failing/UnsupportedTypeInKind.purs
-- @shouldFailWith UnsupportedTypeInKind module Main where class Ok instance ok :: Ok foreign import data Bad :: Ok => Type
-- @shouldFailWith UnsupportedTypeInKind module Main where class Ok instance ok :: Ok foreign import data Bad :: Ok => Type