KT-1545 reformatting of kotlin code uses incorrect indentation for multi-line kdoc comments
#KT-1545 Open
This commit is contained in:
@@ -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() {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user