Fix tests for completion after fun keyword

It's correct from the current implemention but still questionable and
 should be discussed

 #KT-35990 Open
This commit is contained in:
Mikhail Zarechenskiy
2020-01-17 19:34:37 +03:00
parent 58c235e722
commit 547865d5c7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,4 +2,4 @@ fun <caret>() {
}
// NUMBER: 0
// NUMBER: 1
@@ -1,5 +1,5 @@
fun <caret>.
// NUMBER: 0
// NUMBER: 1
// For KT-1894