We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c59c7cf commit 5a25967Copy full SHA for 5a25967
csharp/ql/src/utils/modelgenerator/internal/CaptureModelsSpecific.qll
@@ -70,8 +70,8 @@ private Callable getARelevantOverrideeOrImplementee(Overridable m) {
70
}
71
72
/**
73
- * Gets the super implementation of `m` if it is relevant.
74
- * If such a super implementation does not exist, returns `m` if it is relevant.
+ * Gets the super implementation of `api` if it is relevant.
+ * If such a super implementation does not exist, returns `api` if it is relevant.
75
*/
76
private Callable liftedImpl(Callable api) {
77
(
0 commit comments