cast syntax change
This commit is contained in:
@@ -19,5 +19,5 @@ global func main(argc: i64, argv: i64) {
|
||||
parent = &parent
|
||||
}
|
||||
|
||||
printf("%s\n", (&test)^.parent^.name^)
|
||||
printf("%s\n", <string>(test.parent^.name^))
|
||||
}
|
||||
Reference in New Issue
Block a user