module testc3; fn bool any.type(self) { // #error: is not a valid method name return true; } fn void main() {}