don't complete KDoc tag names if we have a non-empty prefix which is not a tag name
#KT-7476 Fixed
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
/**
|
||||
* p<caret>
|
||||
*/
|
||||
fun f(x: Int): Int {
|
||||
}
|
||||
|
||||
// ABSENT: @param
|
||||
Reference in New Issue
Block a user