Keep empty bodies for declarations with comments (KT-16078)
#KT-16078 Fixed
This commit is contained in:
+1
-2
@@ -1,8 +1,7 @@
|
||||
/** Doc comment for A */
|
||||
class A {
|
||||
/** Doc comment for function */
|
||||
fun foo() {
|
||||
}
|
||||
fun foo() {}
|
||||
|
||||
/**
|
||||
* Doc comment for property
|
||||
|
||||
Reference in New Issue
Block a user