Why doesn't this compile?

@property int foo() { return 1; }
@property void foo(int v) { }

void main()
{
        foo |= 2;
}

Reply via email to