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
@@ -4,5 +4,5 @@ fun foo(p: Any) {
if (p !is String) {
error("Not String")
}
println(<caret>p.length())
println(<caret>p.length)
}