Skip to content

Commit 2dcf3c7

Browse files
Remove erronous private
1 parent f709713 commit 2dcf3c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/src/Classes/CallsToInitDel/MethodCallOrder.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ Function getPossibleMissingSuper(Class base, Function shouldCall, string name) {
187187
)
188188
}
189189

190-
private class FunctionOption = LocatableOption<Location, Function>::Option;
190+
class FunctionOption = LocatableOption<Location, Function>::Option;
191191

192192
/** Gets the result of `getPossibleMissingSuper`, or None if none exists. */
193193
bindingset[name]

0 commit comments

Comments
 (0)