https://issues.dlang.org/show_bug.cgi?id=7623 --- Comment #1 from Vladimir Panteleev <dlang-bugzilla at thecybershadow.net> --- Pretty sure this can't work for the same reason `alias foo.isOne isTwo` doesn't work - you can't alias an expression. --