| author | |
| committer | |
| log | e8d81c5acf69245f863394f207d63bf07c722bf4 |
| tree | 2e813fe1a5bc4e75a91d29b63fd2c4da60418106 |
| parent | d790670f4c11687fea50c2fd302ca8a815b32d68 |
1 files changed, 1 insertions(+), 1 deletions(-)
std/zig/ast.zig+1-1| ... | @@ -278,7 +278,7 @@ pub const NodeStringLiteral = struct { | ... | @@ -278,7 +278,7 @@ pub const NodeStringLiteral = struct { |
| 278 | base: Node, | 278 | base: Node, |
| 279 | token: Token, | 279 | token: Token, |
| 280 | 280 | ||
| 281 | pub fn iterate(self: &NodeStringLiteral) ?&Node { | 281 | pub fn iterate(self: &NodeStringLiteral, index: usize) ?&Node { |
| 282 | return null; | 282 | return null; |
| 283 | } | 283 | } |
| 284 | }; | 284 | }; |