In connection.d:
lines 2022-2023 should be:@property ParamDescription[] paramDescriptions() { return _paramDescriptions; } @property FieldDescription[] fieldDescriptions() { return _colDescriptions; }
i.e. missing property attribute. and line 2345 is unreachable, containing just: break; Compiled with: rdmd --force -w -property test.d
