]> git.ipfire.org Git - thirdparty/vala.git/commit
vala: Improve compatibility type checks of array elements in assignments
authorRico Tzschichholz <ricotz@ubuntu.com>
Mon, 30 Jan 2023 10:39:11 +0000 (11:39 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Mon, 30 Jan 2023 10:39:11 +0000 (11:39 +0100)
commitdc5ab21052f1f0507d9aa70879a7c58e9fb241a7
tree41da9af22ce01e01af9916eef5d5f90a262d93a3
parent79b6b149219d54fa8b7bf2c3ad367aac4d487cd8
vala: Improve compatibility type checks of array elements in assignments
tests/Makefile.am
tests/arrays/element-class-assignment-invalid.test [new file with mode: 0644]
tests/arrays/element-class-assignment.c-expected [new file with mode: 0644]
tests/arrays/element-class-assignment.vala [new file with mode: 0644]
tests/nullability/array-element-class.c-expected [new file with mode: 0644]
tests/nullability/array-element-class.vala [new file with mode: 0644]
tests/nullability/array-element-string.c-expected [new file with mode: 0644]
tests/nullability/array-element-string.vala [new file with mode: 0644]
vala/valaarraytype.vala