X-Git-Url: http://nitlanguage.org?ds=sidebyside diff --git a/src/nitni/nitni_callbacks.nit b/src/nitni/nitni_callbacks.nit index 8542a95..210a4b5 100644 --- a/src/nitni/nitni_callbacks.nit +++ b/src/nitni/nitni_callbacks.nit @@ -422,7 +422,7 @@ redef class AAsNotNullableExternCall redef fun from_mtype do return n_type.mtype.as_nullable redef fun to_mtype do var mtype = n_type.mtype.as(not null) - mtype = mtype.as_notnullable + mtype = mtype.undecorate return mtype end