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:
Dmitry Jemerov
2015-04-21 15:11:19 +02:00
parent efa41bfb2a
commit 3e8f163f1e
3 changed files with 16 additions and 0 deletions
@@ -0,0 +1,7 @@
/**
* p<caret>
*/
fun f(x: Int): Int {
}
// ABSENT: @param