purescript-0.15.15: 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