- 
    Bug 
- 
    Resolution: Fixed
- 
    P2: Important 
- 
    6.7
- 
    None
- 
        2b008f242 (dev), 11052eac4 (6.7)
Currently, we can do:
```
Component.on<request completion here> : {}
```
but we cannot do
```
Component.on<request completion here>
```
as the parser fails because of the missing `: {}`
 
Add some parser recovery option for this use case.
- resulted from
- 
                    QTBUG-120102 qmlls: completion mismatch for qualified expressions -         
- Closed
 
-         
| For Gerrit Dashboard: QTBUG-120169 | ||||||
|---|---|---|---|---|---|---|
| # | Subject | Branch | Project | Status | CR | V | 
| 525822,6 | qmlls: adapt parser for attached/grouped properties completion | dev | qt/qtdeclarative | Status: MERGED | +2 | 0 | 
| 527914,2 | qmlls: adapt parser for attached/grouped properties completion | 6.7 | qt/qtdeclarative | Status: MERGED | +2 | 0 |