// this gives error message // Error: semicolon expected following function declaration private static this() shared{}
// this works correctly private shared static this(){}I didn't see any information about position of keywords in documentation.
// this gives error message // Error: semicolon expected following function declaration private static this() shared{}
// this works correctly private shared static this(){}I didn't see any information about position of keywords in documentation.