Support inter-type enum declarations

Issue #222 new
Jesper Öqvist created an issue

Add support for inter-type enum declarations, as mentioned in #157

Test case:

aspect A {
  enum X.E { A, B, C }
}

Expected behaviour: an enum named E is generated in the type X.

Comments (0)

  1. Log in to comment