Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue #109: Prevent child lambdas overriding parent lambdas. #2

Merged
merged 1 commit into from
Sep 19, 2016

Conversation

caarmen
Copy link
Owner

@caarmen caarmen commented Sep 19, 2016

If a child and parent class both have a lambda method of the same name,
make the child lambda private, with an accessor, so that it doesn't override the parent
lambda.

If a child and parent class both have a lambda method of the same name,
make the child lambda private, with an accessor, so that it doesn't override the parent
lambda.
@caarmen caarmen merged commit 03843e7 into release-2.3.1-caarmen Sep 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant