Implement "Safe Delete" refactoring for properties
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
trait A {
|
||||
val <caret>foo: String
|
||||
}
|
||||
|
||||
class B: A {
|
||||
override val foo: String
|
||||
get() {
|
||||
return "B"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user