Keep empty bodies for declarations with comments (KT-16078)
#KT-16078 Fixed
This commit is contained in:
+1
-2
@@ -14,8 +14,7 @@ fun fooFun2() {
|
||||
}
|
||||
|
||||
//-----------------------
|
||||
public fun Int.extFun1() {
|
||||
}
|
||||
public fun Int.extFun1() {}
|
||||
|
||||
public
|
||||
fun Int.extFun2() {
|
||||
|
||||
Reference in New Issue
Block a user