From: Jean Privat Date: Tue, 6 Jan 2015 02:02:23 +0000 (-0500) Subject: Merge: Reject arrays of null X-Git-Tag: v0.7.1~50 X-Git-Url: http://nitlanguage.org Merge: Reject arrays of null The type `Array[null]` is not exprimable directly, and this is a good thing because it is and useless type and is broken in the compilers (except with `--erasure` for obvious reasons). However, it was still possible to create such a buggy type with literal arrays. eg `[null, null]`. Pull-Request: #1080 Reviewed-by: Alexis Laferrière --- 0250239e756fc7bfcc437031f943fedfe370664d