Assign backing field: don't add empty line
#KT-28694 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
79537a5fdb
commit
07ffac72cf
@@ -0,0 +1,6 @@
|
||||
class Test {
|
||||
var foo: Int = 1
|
||||
<caret>set(value) {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user