nitc :: AExpr :: implicit_cast_to
.as(XXX)
Such a cast may by required after evaluating the expression when
a unsafe operation is detected (silently accepted by the Nit language).
The attribute is computed by check_subtype
# If required, the following implicit cast `.as(XXX)`
# Such a cast may by required after evaluating the expression when
# a unsafe operation is detected (silently accepted by the Nit language).
# The attribute is computed by `check_subtype`
var implicit_cast_to: nullable MType = null
src/semantize/typing.nit:999,2--1003,44