Commits

Jordan Rose committed 670f7b5b6df
Optionals of imported value types are not @objc. While we could bridge 'NSRange' to 'NSRange' and 'NSRange?' to 'NSValue * _Nullable', that (a) would be confusing, and (b) isn't actually implemented at the moment. Fix my mistake in 477933b to start accepting these.