x.try &.[] 123
after format,
x.try &.[]
123 simply lost. It only happens in the latest 0.27.2 version, if I remember correctly :-)
123
0.27.2
Just in case you didn't know - you can do x.try &.[123] Of course the bug is still bug.
x.try &.[123]
Most helpful comment
Just in case you didn't know - you can do
x.try &.[123]Of course the bug is still bug.