[Proposal] Calling base() in an override calls method in base class that it overrides #2775
Unanswered
ronnygunawan
asked this question in
Language Ideas
Replies: 3 comments
-
This might conflict with the |
Beta Was this translation helpful? Give feedback.
0 replies
-
It might be ok: base(T); // base(T) is neither an expression nor a statement, this line raises error
base(x); // no issue
base(T)(x); // no issue
T.base(x); // no issue |
Beta Was this translation helpful? Give feedback.
0 replies
-
This makes syntax structure influenced by semantics(to look up what |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Beta Was this translation helpful? Give feedback.
All reactions