]> git.ipfire.org Git - thirdparty/vala.git/commit
vala: Report invalid instance member access to property
authorRico Tzschichholz <ricotz@ubuntu.com>
Mon, 31 Dec 2018 13:48:08 +0000 (14:48 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Thu, 10 Jan 2019 20:50:59 +0000 (21:50 +0100)
commit1cb17fbfc99d72d0df91fd26b8bd5b2fe13be6fb
tree64a53ee9b1c3225552c32fc54402b3892b017f13
parentbbd827dad4c2b04f82d4d7692b0fdba1723a2251
vala: Report invalid instance member access to property

See https://gitlab.gnome.org/GNOME/vala/issues/605
12 files changed:
codegen/valaccodememberaccessmodule.vala
tests/Makefile.am
tests/control-flow/bug790903-2.test [new file with mode: 0644]
tests/semantic/field-static-instance-access.test [new file with mode: 0644]
tests/semantic/localvariable-var-static-access-instance-property.test [new file with mode: 0644]
tests/semantic/property-static-instance-access.test [new file with mode: 0644]
vala/Makefile.am
vala/valabinaryexpression.vala
vala/valalocalvariable.vala
vala/valamemberaccess.vala
vala/valapropertyprototype.vala [new file with mode: 0644]
vala/valaunaryexpression.vala