summaryrefslogtreecommitdiff
path: root/tests/arrays/incompatible-integer-elements.test
blob: f2bfc93fbee3224057e3ce593306975840b1df32 (plain)
1
2
3
4
5
Invalid Code

void main () {
	uint8?[] foo = new int?[13];
}