https://bugzilla.gdcproject.org/show_bug.cgi?id=191
Iain Buclaw changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://bugzilla.gdcproject.org/show_bug.cgi?id=191
Iain Buclaw changed:
What|Removed |Added
Status|NEW |ASSIGNED
--- Comment #3 from Iain Buclaw
http://bugzilla.gdcproject.org/show_bug.cgi?id=191
--- Comment #2 from Iain Buclaw ---
Extending from the original PR, there are another two tests to consider (which
shows why it gets complicated).
class OuterClass
{
void recurse()
{
class InnerClass
{
void test()
{
http://bugzilla.gdcproject.org/show_bug.cgi?id=191
--- Comment #1 from Iain Buclaw ---
Once again, getRightThis in the front-end is hurting us. This will complicate
the area where the codegen should be handling this by ten-fold. I'll see what
can be done in the meantime...
--
You are receivi