test postfix and prefix expressions update support prefix and postfix
authorJürg Billeter <j@bitron.ch>
Mon, 26 Feb 2007 22:18:58 +0000 (22:18 +0000)
committerJürg Billeter <juergbi@src.gnome.org>
Mon, 26 Feb 2007 22:18:58 +0000 (22:18 +0000)
commitf50532e7b35cdcfce6ae30b0ed4599003bd4f547
tree14950280190b085bf112f9a24ea270ecfacd444d
parent03d2581b1ca09843a99d69ad86253da8c3ebe46b
test postfix and prefix expressions update support prefix and postfix

2007-02-26  Jürg Billeter  <j@bitron.ch>

* tests/test-027.vala, tests/test-027.out: test postfix and prefix
  expressions
* tests/Makefile.am: update
* vala/valasemanticanalyzer.vala, vala/valacodegenerator.vala: support
  prefix and postfix expressions for properties and parenthesized
  expressions

svn path=/trunk/; revision=199
vala/ChangeLog
vala/tests/Makefile.am
vala/tests/test-027.out [new file with mode: 0644]
vala/tests/test-027.vala [new file with mode: 0644]
vala/vala/valacodegenerator.vala
vala/vala/valasemanticanalyzer.vala