707a650de1
- ObjCExport tests for numbers RTTI conversions didn't really check RTTI, because of a compiler optimization. Fix this by converting to Any. - Also add more tests that specifically check that bool `NSNumber` get dynamically converted to `kotlin.Boolean` box. Those tests can't be affected by possible future compiler optimizations.