mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Remove erronous private
This commit is contained in:
@@ -187,7 +187,7 @@ Function getPossibleMissingSuper(Class base, Function shouldCall, string name) {
|
||||
)
|
||||
}
|
||||
|
||||
private class FunctionOption = LocatableOption<Location, Function>::Option;
|
||||
class FunctionOption = LocatableOption<Location, Function>::Option;
|
||||
|
||||
/** Gets the result of `getPossibleMissingSuper`, or None if none exists. */
|
||||
bindingset[name]
|
||||
|
||||
Reference in New Issue
Block a user