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:
@@ -2,4 +2,4 @@ fun <caret>() {
|
||||
|
||||
}
|
||||
|
||||
// NUMBER: 0
|
||||
// NUMBER: 1
|
||||
@@ -1,5 +1,5 @@
|
||||
fun <caret>.
|
||||
|
||||
// NUMBER: 0
|
||||
// NUMBER: 1
|
||||
|
||||
// For KT-1894
|
||||
Reference in New Issue
Block a user