On Sunday, 22 July 2018 at 19:42:45 UTC, Peter Alexander wrote: > void main() { > int[int[1]] aa; > aa[[2]] = 1; > assert([2] in aa); > } > > --- > > This assertion fails in 2081.1. Is this a bug? > > https://dpaste.dzfl.pl/d4c0d4607482 https://issues.dlang.org/show_bug.cgi?id=19112