use new API for indexing identifiers and TODO items in Kotlin files that allows reusing the lexer for building both indices; index TODO items in KDoc comments
#KT-5677 Fixed
This commit is contained in:
committed by
Alexey Sedunov
parent
09a7e87102
commit
f0b7830521
@@ -0,0 +1,7 @@
|
||||
// <info descr="TODO This is a todo in line comment">TODO This is a todo in line comment</info>
|
||||
|
||||
/* <info descr="TODO This is a todo in block comment ">TODO This is a todo in block comment </info>*/
|
||||
|
||||
/**
|
||||
* <info descr="TODO This is a todo in KDoc">TODO This is a todo in KDoc</info>
|
||||
*/
|
||||
Reference in New Issue
Block a user