Fix deprecations in testData: partial body resolve tests.

This commit is contained in:
Ilya Gorbunov
2015-09-15 20:38:38 +03:00
parent 0e3e33e5c1
commit 7f7cc02256
33 changed files with 46 additions and 46 deletions
@@ -9,6 +9,6 @@ class C(val s: String?) {
print(this.s!!)
}
<caret>s.size
<caret>s.length()
}
}