https://issues.dlang.org/show_bug.cgi?id=20233
Max Samukha <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Max Samukha <[email protected]> --- It fails because you are trying apply a function call to a property. The error message is utterly misleading, though: void main() { int[2] x; x.ptr(); } test.d(22): Error: no property ptr for type int[2] // wtf? --
