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