Keep empty bodies for declarations with comments (KT-16078)
#KT-16078 Fixed
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
// No lines
|
||||
fun f1() {
|
||||
}
|
||||
fun f1() {}
|
||||
|
||||
val p1 = 1
|
||||
fun f2() {}
|
||||
|
||||
Reference in New Issue
Block a user