Remove erronous private

This commit is contained in:
Joe Farebrother
2025-09-02 22:16:41 +01:00
parent f7097136f1
commit 2dcf3c7c45

View File

@@ -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]