update tests according to package properties check

This commit is contained in:
Svetlana Isakova
2012-12-18 15:55:49 +04:00
parent 11bc01795f
commit 58de1cabbc
6 changed files with 18 additions and 9 deletions
@@ -1,4 +1,4 @@
var x : Int = 1 + x
var x : Int = 1 + <!UNINITIALIZED_VARIABLE!>x<!>
get() : Int = 1
set(value : <!WRONG_SETTER_PARAMETER_TYPE!>Long<!>) {
$x = value.toInt()