Skip to content

Commit

Permalink
same question wrt virtual method, but for interface and implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
smoothdeveloper committed Mar 30, 2021
1 parent 886a570 commit c4e4ddb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion drafts/FS-1095-requirenamedargumentattribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,6 @@ Whether the attribute would find a way to the BCL and support by other compilers

Does the compiler errors if the attribute is used on a function? or a warning? or ignored?

What happens when the attribute is put on a virtual method but not on an overriden one?
What happens when the attribute is put on a virtual method but not on an overriden one?

What happens when the attribute is put on a method defined in an interface but not on the implementation?

0 comments on commit c4e4ddb

Please sign in to comment.