Fix tests

This commit is contained in:
Pavel Kirpichenkov
2020-06-09 19:12:25 +03:00
parent dc34d355bc
commit 83144d59be
27 changed files with 27 additions and 27 deletions
@@ -8,5 +8,5 @@ fun foo(p: String?, p1: Any?) {
if (p == null) {
localError()
}
<caret>p.length()
<caret>p.length
}