https://issues.dlang.org/show_bug.cgi?id=12927
Kenji Hara <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID --- Comment #1 from Kenji Hara <[email protected]> --- In 2.063 and earlier, the code had been incorrectly accepted. Bar.foos is an instance field, so cannot evaluate it without valid 'this' expression. --
