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
@@ -8,5 +8,5 @@ fun foo(p: String?, p1: Any?) {
if (p == null) {
localError()
}
<caret>p.size
<caret>p.length()
}