You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Method parameter should be adapted based on receiver type, which current does not. this.f=rdqObject and this.f = rdqObject; should be okay at declaration site. For call site, it seems working correctly.
This should be fixed otherwise @A and @B can not invoke rdqMethod.
This test case also contains a bunch of errors should be fixed by #1032.
In email discussion, we should not adapt method parameter in method body but we should issue error if RDQ formal parameter is used and the receiver type is not RDQ.
Method parameter should be adapted based on receiver type, which current does not.
this.f=rdqObject
andthis.f = rdqObject;
should be okay at declaration site. For call site, it seems working correctly.This should be fixed otherwise
@A
and@B
can not invokerdqMethod
.This test case also contains a bunch of errors should be fixed by #1032.
Error message:
The text was updated successfully, but these errors were encountered: