alias class

Ary Manzana ary at esperanto.org.ar
Sun Nov 12 18:25:46 PST 2006


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.



More information about the Digitalmars-d-learn mailing list