erg/tests/should_err/refinement_class.er
2023-10-31 02:23:50 +09:00

7 lines
130 B
Python

Suite = Class { "Heart", "Diamond", "Spade", "Club" }
_ = Suite.new "Invalid" # ERR
Month = Class 1..12
_ = Month.new 13 # ERR