Fix deprecations in testData: partial body resolve tests.
This commit is contained in:
@@ -4,5 +4,5 @@ fun foo(p: Any) {
|
||||
if (p !is String) {
|
||||
kotlin.error("Not String")
|
||||
}
|
||||
println(<caret>p.size)
|
||||
println(<caret>p.length())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user