Xml doc has wrong reported range (which may affect tooling) and a comment from previous case without bar is shown in the wrong case: ```fsharp type U = /// Aa A /// Bb | B ``` <img width="381" alt="Screenshot 2021-04-27 at 16 38 20" src="https://user-images.githubusercontent.com/3923587/116251456-57bec900-a777-11eb-8d0e-d8d89f77cedc.png"> With bar it works as expected: ```fsharp type U = /// Aa | A /// Bb | B ``` <img width="378" alt="Screenshot 2021-04-27 at 16 39 57" src="https://user-images.githubusercontent.com/3923587/116251479-60170400-a777-11eb-89ca-3fc5f196d5a5.png">