alex / bagel

Bagels are delicious
BSD 3-Clause "New" or "Revised" License
22 stars 1 forks source link

Should the "class" keyword be a part of enum and interface declarations? #43

Closed alex closed 10 years ago

alex commented 10 years ago

Right now the syntax is:

enum class Foo:
   Bar
   Baz

@dreid proposes that the class should be removed.

alex commented 10 years ago

Fixed by #47