Safe Delete: Move test classes and test data to refactoring directory
This commit is contained in:
Vendored
+15
@@ -0,0 +1,15 @@
|
||||
open class A {
|
||||
open fun foo() {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
interface Z {
|
||||
fun <caret>foo()
|
||||
}
|
||||
|
||||
class B: A(), Z {
|
||||
override fun foo() {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user