Files
why3/bench/java/missing_constructor.mlw

7 lines
84 B
Plaintext
Raw Permalink Normal View History

2022-05-13 10:53:00 +02:00
module ErrorMissingConstructor
type t = {
a : bool;
b : bool;
}
end