ValuePreservingCallable -> ValuePreservingMethod

Co-authored-by: Anders Schack-Mulligen <aschackmull@users.noreply.github.com>
This commit is contained in:
Chris Smowton
2021-03-05 13:28:35 +00:00
committed by GitHub
parent a37b98ca27
commit eed357dc93

View File

@@ -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() {