https://issues.dlang.org/show_bug.cgi?id=14166

--- Comment #1 from Kenji Hara <[email protected]> ---
Is this really a regression? With 2.066.1 and, 2.066, same error happens.

And with 2.065, the error is changed to:

test.d(28): Error: Test cannot be sliced with []
test.d(36): Error: template instance test.Elem!(Proxy!(Test)) error
instantiating
test.d(36):        while evaluating pragma(msg, Elem!(Proxy!(Test)))

because multidimensional indexing/slicing operator overload is not yet
supported.

--

Reply via email to