Skip to content

Commit

Permalink
Fix C# equivalent code.
Browse files Browse the repository at this point in the history
  • Loading branch information
333fred committed May 10, 2023
1 parent 748793f commit ba32bce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2613,7 +2613,7 @@ public class Derived : Base
/// {
/// public required int P { get; set; }
/// }
/// public class Derived
/// public class Derived : Base
/// {
/// public new required int P { get; set; }
/// }
Expand Down

0 comments on commit ba32bce

Please sign in to comment.