From 6c53c7f192fe1940f53188b6e6480443c1997457 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Fri, 19 Dec 2014 16:53:44 +0100 Subject: [PATCH] Fix debug info for indexer fixes #8132 --- lib/config/config_parser.yy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/config/config_parser.yy b/lib/config/config_parser.yy index 2e6c62886..795bee373 100644 --- a/lib/config/config_parser.yy +++ b/lib/config/config_parser.yy @@ -740,7 +740,7 @@ rterm: T_STRING } | rterm '[' rterm ']' { - $$ = new IndexerExpression($1, $3, DebugInfoRange(@1, @3)); + $$ = new IndexerExpression($1, $3, DebugInfoRange(@1, @4)); } | T_IDENTIFIER { -- 2.40.0