Is it bug or feature? :)

------------
class Foo
{
     int i;

     struct Bar
     {
         int j;

         int foobar()
         {
             return i + j;
         }
     }
}
------------

main.d(ХХ): Error: this for i needs to be type Foo not type Bar

Reply via email to