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
@@ -2,5 +2,5 @@ fun foo(p: Any) {
if (p !is String) {
kotlin.error("Not String")
}
println(<caret>p.size)
println(<caret>p.length())
}