Files
kotlin-fork/idea/testData/highlighter/Todo.kt
T
2019-02-13 15:59:14 +03:00

41 lines
975 B
Kotlin
Vendored

// <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>
*/
//<info descr="todo: This is
multiline td
and even longer
up to this line">todo: This is</info>
// <info descr="todo: This is
multiline td
and even longer
up to this line">multiline td</info>
/* <info descr="todo: This is
multiline td
and even longer
up to this line">and even longer</info>
<info descr="todo: This is
multiline td
and even longer
up to this line">up to this line</info>
*/
/**
* <info descr="todo: This is
multiline td">todo: This is</info>
* <info descr="todo: This is
multiline td">multiline td</info>
*/
//<info descr="todo: This is">todo: This is</info>
//single line td
/**
* <info descr="todo: This is">todo: This is</info>
* single line td also
*/