handle null pointer for expression_type in get_implicit_cast_expression.
authorMathias Hasselmann <mathias.hasselmann@gmx.de>
Sun, 2 Sep 2007 11:56:20 +0000 (11:56 +0000)
committerMathias Hasselmann <hasselmm@src.gnome.org>
Sun, 2 Sep 2007 11:56:20 +0000 (11:56 +0000)
commitbea6f3243daa80cce34503c52b46cd46395ddb04
treecc1e4a0f1f0b18b5a66ec957766dd73cb32a6ef1
parentf557ad91f27c99e94105097cbbc5104c51eb57b8
handle null pointer for expression_type in get_implicit_cast_expression.

2007-09-02  Mathias Hasselmann  <mathias.hasselmann@gmx.de>

* gobject/valacodegenerator.vala, tests/Makefile.am: handle null
  pointer for expression_type in get_implicit_cast_expression.
  needed for instance to pass function pointers to HashTable.full
* tests/test-036.exp, tests/test-036.vala: test for usability
  of HashTable.full

svn path=/trunk/; revision=574
ChangeLog
gobject/valacodegenerator.vala
tests/Makefile.am
tests/test-036.exp [new file with mode: 0644]
tests/test-036.vala [new file with mode: 0644]