map can have function members by placing function declaration between the curly braces
This commit is contained in:
+3
-1
@@ -328,4 +328,6 @@ fun test() {
|
||||
print("passed: ", passed, "\n");
|
||||
print("failed: ", failed, "\n");
|
||||
print(" total: ", total, "\n");
|
||||
}
|
||||
}
|
||||
|
||||
return {parse: parse, test: test};
|
||||
Reference in New Issue
Block a user