Skip to content

[API Compat] add rule to make sure that parameter default value don't change #30249

@andriipatsula

Description

@andriipatsula

Currently, the ApiCompat does not detect the change of default value for parameters.

void Execute(int i) == void Execute(int i = 0) == void Execute(int i = 2)

Metadata

Metadata

Labels

Area-ApiCompathelp wantedIssues that we would accept external contributions on. Also known as up-for-grabs.

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions