Re: possible nested class/struct alias this bug
ass.foo If the the inner class were static, mixinTemplate == false would not compile. aliasThis is just a dynamic mixin, right? Eberhard.
possible nested class/struct alias this bug
Hello, I came across this unexpected error in the first example, so I tested similar scenarios, but couldn't make any sense of it. Thanks, Eberhard. class A { void foo() {} static class B { private A a; alias a this; void bar() { thi