(In reply to comment #0)
> import std.stdio;
>
> struct Test1 { ulong length(); }
> struct Test2 { ulong length; }
> struct Test3 { string length; }
>
> ...
I accidentally left out a few lines at the top (can't edit my original post):
---
module test;
import std.range;
Comment #2 by repeatedly — 2010-05-02T10:04:17Z
*** This issue has been marked as a duplicate of issue 2873 ***