comparison tests/parser/interface_1.d @ 136:2be29b296081

Lots of changes: - Parsing classes and interfaces - Fixed some seg faults in sema - Supporting "private" to some extend - And a lot of other small fixes
author johnsen@johnsen-laptop
date Fri, 11 Jul 2008 21:47:57 +0200
parents
children
comparison
equal deleted inserted replaced
135:9869194de9b7 136:2be29b296081
1 interface A
2 {
3 }
4
5 interface B : A
6 {
7 }