Removed data test case initializing pointers with phrases
Phrase parsing is out of scope for this branch. It will be implemented at the same time as function parsing.
This commit is contained in:
@@ -16,10 +16,11 @@ data wr integerArrayVariable:{Int ..}
|
||||
data wr integerArrayInitialized:{Int 16}
|
||||
3948 293 293049 948 912
|
||||
340 0 2304 0 4785 92
|
||||
|
||||
data wr integerPointerInit:{Int} #[& integer]
|
||||
|
||||
data wr mutIntegerPointerInit:{Int}:mut #[& integer]
|
||||
# TODO: reinstate these two after phrase parsing is implemented
|
||||
# data wr integerPointerInit:{Int} [& integer]
|
||||
|
||||
# data wr mutIntegerPointerInit:{Int}:mut [& integer]
|
||||
|
||||
data wr object:Obj
|
||||
.this 324
|
||||
|
||||
Reference in New Issue
Block a user