Ticket #690 (closed defect: fixed)
calling `!= nil' on an NSString raises a TypeError exception
| Reported by: | lsansonetti@… | Owned by: | lsansonetti@… |
|---|---|---|---|
| Priority: | blocker | Milestone: | MacRuby 0.7 |
| Component: | MacRuby | Keywords: | |
| Cc: |
Description
$ ./miniruby -e "p NSString.stringWithString('42') != nil"
/Users/lrz/src/macruby-trunk/-e:1:in `<main>': can't convert nil into String (TypeError)
Change History
Note: See
TracTickets for help on using
tickets.

