1Ensure correct file position attributes for group use prefix 2----- 3<?php 4use Foo\Bar\{Baz}; 5----- 6!!positions 7array( 8 0: Stmt_GroupUse[2:1 - 2:18]( 9 type: TYPE_UNKNOWN (0) 10 prefix: Name[2:5 - 2:11]( 11 name: Foo\Bar 12 ) 13 uses: array( 14 0: UseItem[2:14 - 2:16]( 15 type: TYPE_NORMAL (1) 16 name: Name[2:14 - 2:16]( 17 name: Baz 18 ) 19 alias: null 20 ) 21 ) 22 ) 23) 24