https://issues.dlang.org/show_bug.cgi?id=16320
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from [email protected] --- (In reply to Cauterite from comment #1) > actually this is a much better example: > https://dpaste.dzfl.pl/01e323e77dac > > class T {}; > enum x = T.classinfo.hashOf; (In reply to Ketmar Dark from comment #2) > seems to be fixed in master. confirm anyone? Can confirm. 2.071.1 segfaults. Git head (v2.072.0-devel-b0bc2f4) doesn't segfault, but prints an error: "object.d(3173): Error: pointer & arg cannot be sliced at compile time (it does not point to an array)". --
