[API Proposal]: Consistent interface members #6306
Unanswered
Shadowblitz16
asked this question in
General
Replies: 2 comments 6 replies
-
The changes to permit explicit access modifiers and public interface I {
public abstract void M1();
protected abstract void M2();
public static abstract void SM1();
protected static abstract void SM2();
} You can declare |
Beta Was this translation helpful? Give feedback.
0 replies
-
I'm not sure what actual language change is being asked for here. Can you clarify what you would like to be different/allowed/disallowed? |
Beta Was this translation helpful? Give feedback.
6 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.
-
Background and motivation
I realized that static interface have different syntax then instance members
API Proposal
API Usage
No API usage its makes interfaces more consistent and gives more power to the coder to decide what coding style to use
Alternative Designs
None
Risks
Shouldn't be any
Beta Was this translation helpful? Give feedback.
All reactions