Hello.
While trying to get some piece of parser code be covered by tests (I'm
translating the DMD parser to Java) I found that this is possible:
---
alias class Foo {
}
typedef class Bar {
}
---
What those attributes in a class suppose to mean? Just curiosity.