// TODO This is a todo in line comment
/* TODO This is a todo in block comment */
/**
* TODO This is a todo in KDoc
*/
//todo: This is
// multiline td
/* and even longer
up to this line
*/
/**
* todo: This is
* multiline td
*/
//todo: This is
//single line td
/**
* todo: This is
* single line td also
*/