Files
clang-tidy-readability-iden…/expected/Parameter.cpp

5 lines
65 B
C++

int returnInt(int returnValue) {
return returnValue;
};