# This tests inheriting a generic def that will have an error during bind interface. class Container cue init(parent as BadTypeName) # .error. cannot find type pass class Enum inherits Container cue init base.init(Enum()) class Program def main is shared pass