diff options
Diffstat (limited to 'test/data/format/operatorOverloading.md')
-rw-r--r-- | test/data/format/operatorOverloading.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/data/format/operatorOverloading.md b/test/data/format/operatorOverloading.md new file mode 100644 index 00000000..fd0fa977 --- /dev/null +++ b/test/data/format/operatorOverloading.md @@ -0,0 +1,8 @@ +[test](test/index) / [C](test/-c/index) / [plus](test/-c/plus) + + +# plus + +`fun plus(other: [C](test/-c/index)): [C](test/-c/index)` +Implements **operator `+`** + |