nitlang / nit

Nit language
http://nitlanguage.org
Apache License 2.0
238 stars 64 forks source link

Fixed safe-call missed cast when reference primitive data types #2806

Closed Louis-Vincent closed 4 years ago

Louis-Vincent commented 4 years ago

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