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