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
+1 -1
View File
@@ -7,5 +7,5 @@ fun foo(p: Any?, p1: Any?) {
/* STATEMENT DELETED: print(p1!!) */
}
<caret>p.size
<caret>p.length()
}