GNOME Bugzilla – Bug 744923
Passing {} into constructor method that takes a 2D array causes Vala to crash
Last modified: 2018-02-18 08:35:20 UTC
It crashes with the error: ** ERROR:valaccodearraymodule.c:1105:vala_ccode_array_module_real_get_array_length_cvalue: assertion failed: (size != null && size.size >= dim)
Created attachment 368486 [details] [review] vala: The rank of an array-initializer should match the target's rank
Attachment 368486 [details] pushed as 30caeac - vala: The rank of an array-initializer should match the target's rank