Skip to content

Commit

Permalink
Fix merg.
Browse files Browse the repository at this point in the history
  • Loading branch information
Corniel committed Apr 8, 2024
1 parent d97d116 commit d57c9b6
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@


}

namespace Compliant
namespace Compliant
{
class ChildClass() : BaseClass(42) { } // Compliant

class ChildClassWithParamters(int value) : BaseClass(value) { } // Compliant
class ChildClassWithParameters(int value) : BaseClass(value) { } // Compliant

class BaseClass(int value) { }
}
Expand Down

0 comments on commit d57c9b6

Please sign in to comment.