mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 20:11:17 +00:00
* fix typo#1492 * Fix missing update in sema_decls --------- Co-authored-by: Christoffer Lerno <christoffer@aegik.com>
3 lines
138 B
Plaintext
Executable File
3 lines
138 B
Plaintext
Executable File
import std::io;
|
|
|
|
fn int int.fadd(&self, int x) @operator([]) { return 1; } // #error: Only user-defined types support operator overloading |