diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/enums.tm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/enums.tm b/test/enums.tm index b734d487..f4af342d 100644 --- a/test/enums.tm +++ b/test/enums.tm @@ -23,6 +23,12 @@ func main(): >> Foo.Two(123, 456) = Foo.Two(x=123, y=456) + >> one := Foo.One(123) + >> one.One + = yes + >> one.Two + = no + >> Foo.One(10) == Foo.One(10) = yes |
