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>Int
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user