Keep empty bodies for declarations with comments (KT-16078)
#KT-16078 Fixed
This commit is contained in:
+12
@@ -28,3 +28,15 @@ enum class E1 {
|
||||
|
||||
fun e = fun(a: Int,
|
||||
b: String) {}
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
fun commented1() {}
|
||||
|
||||
/*
|
||||
*/
|
||||
fun commented2() {}
|
||||
|
||||
// Comment
|
||||
fun commented3() {}
|
||||
Reference in New Issue
Block a user