KT-20706: Fix auto-popup completion after digit in KDoc
#KT-20706 Fixed
This commit is contained in:
@@ -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
|
||||
@@ -8,3 +8,4 @@ fun f(x: Int): Int {
|
||||
// EXIST: @return
|
||||
// EXIST: @suppress
|
||||
// ABSENT: @receiver
|
||||
// INVOCATION_COUNT: 1
|
||||
@@ -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
|
||||
|
||||
@@ -4,3 +4,4 @@ fun f(x: Int): Int {
|
||||
|
||||
// EXIST: @param
|
||||
// EXIST: @return
|
||||
// INVOCATION_COUNT: 1
|
||||
Reference in New Issue
Block a user