Safe Delete: Move test classes and test data to refactoring directory
This commit is contained in:
Vendored
+11
@@ -0,0 +1,11 @@
|
||||
interface B: A {
|
||||
public override fun foo() {
|
||||
throw UnsupportedOperationException()
|
||||
}
|
||||
}
|
||||
|
||||
class D: C() {
|
||||
public override fun foo() {
|
||||
throw UnsupportedOperationException()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user