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