KT-1545 reformatting of kotlin code uses incorrect indentation for multi-line kdoc comments
#KT-1545 Open
This commit is contained in:
@@ -1,9 +1 @@
|
||||
package p1.p2;/**
|
||||
* Created with IntelliJ IDEA.
|
||||
* User: someone
|
||||
* Date: 2/16/12
|
||||
* Time: 4:23 PM
|
||||
* To change this template use File | Settings | File Templates.
|
||||
*/
|
||||
|
||||
// TODO: Fix formatting of doc comments
|
||||
package p1.p2;/** some */
|
||||
Reference in New Issue
Block a user