August 06, 2003 bug? "public static" against "static public" | ||||
---|---|---|---|---|
| ||||
Hi All, should the order of "public static" declaration be significant by design? If it should be, maybe it is worth describing in the spec (I didn't find this over there)? When I defined a static constractor like: staic public this () {...} I've recived compiler error (a little bit strange for me): Assertion failure: '!(sc->stc & STCstatic)' on line 963 in file 'func.c' Compiler version is: Digital Mars D Compiler Beta v0.68 thanks! |
Copyright © 1999-2021 by the D Language Foundation