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: Any) {
if (p !is String) {
myNothingFun()
}
println(<caret>p.length())
println(<caret>p.length)
}