Improve AddInitKeyword quickfix
- Extract quickfix method - Delete redundant semicolon - Do not replace initializer PSI element
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
// "Add 'init' keyword" "true"
|
||||
fun foo() = 1
|
||||
class A {
|
||||
val prop = foo()
|
||||
;<caret>{
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user