KT-1545 reformatting of kotlin code uses incorrect indentation for multi-line kdoc comments

#KT-1545 Open
This commit is contained in:
Nikolay Krasko
2012-08-21 13:25:17 +04:00
parent 2e92594462
commit cb0cf8e563
5 changed files with 28 additions and 18 deletions
@@ -0,0 +1,11 @@
/**
* Hello
*/
class Some {
/**
* Returns the collection of functions with duplicate function names filtered out
* so only the first one is included
*/
fun test() {
}
}