KT-20880: Fix AddDocumentationFix to add multiline comment

#KT-20880 fixed
This commit is contained in:
Simon Ogorodnik
2017-10-22 23:24:48 +03:00
parent be630f93dd
commit d28e9fd22d
5 changed files with 59 additions and 7 deletions
@@ -1,5 +1,7 @@
// "Add documentation" "true"
/** <caret> */
/**
* <caret>
*/
class C {
}