Fix deprecations in testData: partial body resolve tests.
This commit is contained in:
@@ -8,5 +8,5 @@ fun foo(p: String?, p1: Any?) {
|
||||
if (p == null) {
|
||||
localError()
|
||||
}
|
||||
<caret>p.size
|
||||
<caret>p.length()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user