Updated test data and stdlib sources.

This commit is contained in:
Evgeny Gerashchenko
2013-02-12 02:19:55 +04:00
parent 105d2d72de
commit b9e5704057
43 changed files with 96 additions and 78 deletions
@@ -8,8 +8,8 @@ trait X {
}
class B : A(), X {
override fun foo(var agr<caret> : Int) : Int {
agr += 5
override fun foo(agr<caret> : Int) : Int {
val x = agr + agr
return agr
}
}