Native values that correspond to Babel-17 values should be automatically convertible, for example: ``` val i = native New ("java.lang.Integer", 10) match i case 10 => true end ``` The above should evaluate to true.
Native values that correspond to Babel-17 values should be automatically convertible, for example:
The above should evaluate to true.