nitcc: detect S/R even if R/R conflict as a solution is to shift in case of S/R/R
[nit.git] / tests / sav / base_control_flow2_alt2.res
1 alt/base_control_flow2_alt2.nit:21,1--25,3: Warning: use `loop` instead of `while true do`.
2 alt/base_control_flow2_alt2.nit:30,2: Error: unreachable statement.
3 alt/base_control_flow2_alt2.nit:39,1--43,3: Warning: use `loop` instead of `while true do`.
4 alt/base_control_flow2_alt2.nit:47,2--51,4: Warning: use `loop` instead of `while true do`.
5 alt/base_control_flow2_alt2.nit:45,1--55,3: Warning: use `loop` instead of `while true do`.