Convert to block body intention action
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
// "Convert to block body" "true"
|
||||
var foo: String
|
||||
get() = "abc"
|
||||
<caret>set(value) = doSet(value)
|
||||
|
||||
fun doSet(value: String){}
|
||||
Reference in New Issue
Block a user