model: add new type `MNotNullType` to force that null is excluded from a type.
[nit.git] / tests / base_for_nullable.nit
2014-02-25 Alexandre Terrasatyping: fix failed cast when iterate over a nullable...