We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 499f013 commit 73c21b8Copy full SHA for 73c21b8
source/functions/functions.dyon
@@ -15,7 +15,7 @@ fn print__function(f) {
15
if f.arguments[i].lifetime != none() {
16
print(": '" + unwrap(f.arguments[i].lifetime))
17
if f.arguments[i].takes != "any" {
18
- print(" " + f.argument[i].takes)
+ print(" " + f.arguments[i].takes)
19
}
20
} else {
21
0 commit comments