This code: ```fsharp let collection = [ 0; 1; 2 ] let test = collection[1..] ``` Produces the following hint:  Shouldn't be there really. _Originally posted by @xperiandri in https://github.com/dotnet/fsharp/issues/14401#issuecomment-1721503196_
This code:
Produces the following hint:

Shouldn't be there really.
Originally posted by @xperiandri in #14401 (comment)