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