Code completion: more precise detection of "just typing"

This commit is contained in:
Valentin Kipyatkov
2014-11-14 14:15:38 +03:00
parent 7b7e992515
commit 656ed01b94
5 changed files with 15 additions and 5 deletions
@@ -4,5 +4,6 @@ fun bar(nullable: Int?) {
foo(null<caret>)
}
// INVOCATION_COUNT: 0
// ELEMENT: *
// CHAR: ','
@@ -4,5 +4,6 @@ fun bar(nullable: Int?) {
foo(null,<caret>)
}
// INVOCATION_COUNT: 0
// ELEMENT: *
// CHAR: ','