Keep empty bodies for declarations with comments (KT-16078)
#KT-16078 Fixed
This commit is contained in:
+16
@@ -25,3 +25,19 @@ class EmptyProperties {
|
||||
get() { return "" }
|
||||
set(value) {}
|
||||
}
|
||||
|
||||
class EmptyProperties {
|
||||
/**
|
||||
*
|
||||
*/
|
||||
var newline: String
|
||||
/**
|
||||
*
|
||||
*/
|
||||
get() { return "" }
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
set(value) {}
|
||||
}
|
||||
Reference in New Issue
Block a user