KT-20706: Fix auto-popup completion after digit in KDoc

#KT-20706 Fixed
This commit is contained in:
Simon Ogorodnik
2018-12-12 00:02:25 +03:00
parent c607b8e556
commit 1f6fde4bc2
9 changed files with 48 additions and 4 deletions
@@ -0,0 +1,8 @@
/**
* @<caret>
*/
fun some() {}
// INVOCATION_COUNT: 0
// EXIST: @return
@@ -0,0 +1,8 @@
/**
* 0<caret>
*/
fun some() {}
// INVOCATION_COUNT: 0
// NOTHING_ELSE
+1
View File
@@ -8,3 +8,4 @@ fun f(x: Int): Int {
// EXIST: @return
// EXIST: @suppress
// ABSENT: @receiver
// INVOCATION_COUNT: 1
+1
View File
@@ -10,3 +10,4 @@ class C<T> {
// EXIST: @property
// ABSENT: @return
// ABSENT: @receiver
// INVOCATION_COUNT: 1
@@ -10,3 +10,4 @@ fun Int.f(): Int {
// EXIST: @receiver
// ABSENT: @constructor
// ABSENT: @property
// INVOCATION_COUNT: 1
+1
View File
@@ -4,3 +4,4 @@ fun f(x: Int): Int {
// EXIST: @param
// EXIST: @return
// INVOCATION_COUNT: 1