Added in function call operator
This commit is contained in:
2
tests/.gitignore
vendored
Normal file
2
tests/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
tester
|
||||
test_compiler
|
||||
@@ -1,4 +1,4 @@
|
||||
import io:*
|
||||
import simple_print:*
|
||||
|
||||
fun func(it: ref int) {
|
||||
it++
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import io:*
|
||||
import simple_print:*
|
||||
|
||||
obj FuncObj {
|
||||
fun operator()(a:int, b:*char): void {
|
||||
|
||||
Reference in New Issue
Block a user