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

void type hinting #37

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

void type hinting #37

wants to merge 1 commit into from

Conversation

Naddiseo
Copy link
Collaborator

Disallow void parameters. (closes #23)
Disallow void generators.
Ensure setters are void. (closes #12)
Added any as a base type. (closes #14)

Disallow void generators.
Ensure setters are void. (closes #12)
Added `any` as a base type. (closes #14)
@lukescott
Copy link
Owner

See comments in #12.

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.

Defaults for base types any and void TypeHint for setter
3 participants