Keep empty bodies for declarations with comments (KT-16078)
#KT-16078 Fixed
This commit is contained in:
@@ -28,8 +28,7 @@ fun f6() = 1
|
||||
fun f7() = 8
|
||||
|
||||
// Two lines between
|
||||
fun l1() {
|
||||
}
|
||||
fun l1() {}
|
||||
|
||||
|
||||
fun l2() {}
|
||||
|
||||
Reference in New Issue
Block a user