mirror of
https://github.com/github/codeql.git
synced 2026-05-01 11:45:14 +02:00
ValuePreservingCallable -> ValuePreservingMethod
Co-authored-by: Anders Schack-Mulligen <aschackmull@users.noreply.github.com>
This commit is contained in:
@@ -50,7 +50,7 @@ abstract class FluentMethod extends ValuePreservingCallable {
|
||||
override predicate returnsValue(int arg) { arg = -1 }
|
||||
}
|
||||
|
||||
private class StandardLibraryValuePreservingCallable extends ValuePreservingCallable {
|
||||
private class StandardLibraryValuePreservingMethod extends ValuePreservingMethod {
|
||||
int returnsArgNo;
|
||||
|
||||
StandardLibraryValuePreservingCallable() {
|
||||
|
||||
Reference in New Issue
Block a user