> From: Martin Heidegger [mailto:m...@leichtgewicht.at] > Sent: 16 January 2012 09:48 > > I was just wondering if the restriction that namespaces are not allowed > in interfaces is there because the AVM doesn't support it or because the > compiler doesn't support it? Might be important as to where the bug > should be posted.
Assuming Roland finds that the limitation is with the compiler only and not with the AVM, I'm struggling to understand why you view this as a bug and problem. An interface describes a public contract that implementing classes must fulfil. Why therefore would you want to specify a namespace other than public within an interface? David.