https://issues.dlang.org/show_bug.cgi?id=19060 --- Comment #5 from johanengelen at weka.io --- OK, then this is still broken and should receive a deprecation message too: ``` struct S { int a; bool x; public ref foo() { alias yoyo = this.x; return yoyo; } } ``` --