Fix tests
This commit is contained in:
+1
-1
@@ -8,5 +8,5 @@ fun foo(p: Any) {
|
||||
if (p !is String) {
|
||||
myNothingFun()
|
||||
}
|
||||
println(<caret>p.length())
|
||||
println(<caret>p.length)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user