From 2f546d100304e1c87f00c7de7da2dd67a2fc91d4 Mon Sep 17 00:00:00 2001 From: Alexander Podkhalyuzin Date: Wed, 13 Feb 2019 15:59:14 +0300 Subject: [PATCH] Test for multline todo comments support to Kotlin --- idea/testData/highlighter/Todo.kt | 33 +++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) 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 + */