mirror of
https://github.com/github/codeql.git
synced 2026-04-28 02:05:14 +02:00
Update ReturnConstTypeMember.cpp
This commit is contained in:
@@ -8,6 +8,6 @@ struct S {
|
||||
|
||||
// Whereas here it does make a semantic difference.
|
||||
auto getValCorrect() const -> int {
|
||||
return val
|
||||
return val;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user