diff --git a/idea/testData/highlighter/Todo.kt b/idea/testData/highlighter/Todo.kt index cb7f1ed6a37..e0c5c7a2794 100644 --- a/idea/testData/highlighter/Todo.kt +++ b/idea/testData/highlighter/Todo.kt @@ -5,3 +5,36 @@ /** * 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 + */