lean4-htt/tests/lean/class_def_must_fail.lean.expected.out
2021-01-27 14:45:31 +01:00

2 lines
236 B
Text

class_def_must_fail.lean:2:13-2:16: error: invalid 'class', declaration 'Foo' must be inductive datatype or structure
class_def_must_fail.lean:7:18-7:21: error: invalid 'class', declaration 'Bla' must be inductive datatype or structure