-
Notifications
You must be signed in to change notification settings - Fork 34
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
Nullability specifiers not supported in %property #64
Comments
It would be nice to also have:
|
You should be putting nullability specifiers in the |
While I agree, I think that it wouldn't hurt to support the nullability specifiers. For the |
What are the steps to reproduce this issue?
%property (nonatomic, retain) UITextField * _Nonnull textField;
What happens?
What were you expecting to happen?
Successful compilation.
Any logs, error output, etc?
Any other comments?
Nope.
What versions of software are you using?
Operating System: macOS 10.15.4
Toolchain Version: …
SDK Version: 13.4
The text was updated successfully, but these errors were encountered: