Files
c3c/test/test_suite/methods/method_name_collision.c3

8 lines
113 B
Plaintext

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