Remove patch.

Refactor tests.
This commit is contained in:
pTalanov
2012-03-02 13:00:42 +04:00
parent 956865b830
commit c1b9efa8bf
10 changed files with 23 additions and 332 deletions
@@ -0,0 +1,7 @@
class A(var a : Int) {
{
$a=3
}
}
fun box() = (A(1).a == 3)