Rainer:

> The problem is that it took me hours to find this simple bug.

Please, show me a minimal test case that reproduces the problem, and I'll put 
it in Bugzilla as bug or enhancement request, etc.

This doesn't compile:

class Foo {
    private bool bar;
    bool bar() {
        return this.bar;
    }
}
void main() {}

Bye,
bearophile

Reply via email to