mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
parent
f280452b6d
commit
6c53c7f192
@ -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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user