https://issues.dlang.org/show_bug.cgi?id=3720
--- Comment #17 from FeepingCreature <[email protected]> --- Right, but I think it's more of a syntax issue. Taking the address of a member function without a this pointer may in rare cases be useful, but I don't see what purpose it serves that we're able to take the address without even using the class name, ie. &fun in static. --
