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
This is a duplicate of issue #2207, which is already fixed in the forthcoming version of the specification. I think this should be classified as a duplicate.
This issue was originally filed by @tomyeh
It will be better if we can specify the default values for the parameters of interface methods.
For example,
interface Foo {
Foo([int v=0]);
void f([int v=0]);
}
The text was updated successfully, but these errors were encountered: