attribute bug?

Andrej Mitrovic andrej.mitrovich at gmail.com
Fri Nov 9 10:05:34 PST 2012


On 11/9/12, goofwin <artem.3a at gmail.com> wrote:
> class MyClass
> {
> 	package abstract {
> 		void foo();
> 		void bar();
>                  ...
> 	}
> }

package methods are automatically final, you can't have a virtual
package method.


More information about the Digitalmars-d-learn mailing list