Merge: Fixed safe-call missed cast when reference primitive data types
authorJean Privat <jean@pryen.org>
Tue, 3 Dec 2019 15:39:57 +0000 (10:39 -0500)
committerJean Privat <jean@pryen.org>
Tue, 3 Dec 2019 15:39:57 +0000 (10:39 -0500)
commitca8f5eca8a69bd85077ad626293bcf01e9a11295
treef3965800041384d3c30d05924d89928991ba72dd
parentee08a6e17b64e594f33e047987f9cbd6004e058f
parentc1bfc9f2a7e8d49bdc3644ee233d9d03e299a542
Merge: Fixed safe-call missed cast when reference primitive data types

This patch fixed the issue #2804 where the compiler didn't add the cast from primitive data to
`val *` when accessed by safe-call syntax.

Signed-off-by: Louis-Vincent Boudreault <lv.boudreault95@gmail.com>

Pull-Request: #2806
Reviewed-by: Jean Privat <jean@pryen.org>