works: # # const A = (["abc", "789"])[0]; # fails: # # const B = ["abc", "789"]; # const C = B[0]; #
fixed Deskzilla's standard priority
Compiles with D1.062