Added more quickfixes; added tests
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
// "Remove getter and initializer from property" "true"
|
||||
abstract class B {
|
||||
abstract val i = <caret>0
|
||||
get() = $i
|
||||
}
|
||||
Reference in New Issue
Block a user