]> 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>
Mon, 31 Dec 2018 14:25:21 +0000 (15:25 +0100)
commit96857b1b83fcc3e9aef83c9896b50dcfd21e852b
treedff5fa599dfb5b20d6152ed87caae53ec651fe2e
parent1746709f375c199c86809f4c725890387afdba62
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