Safe Delete: Move test classes and test data to refactoring directory
This commit is contained in:
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
open class A {
|
||||
public open var <caret>foo: String = ""
|
||||
}
|
||||
|
||||
interface Z {
|
||||
public var foo: String
|
||||
}
|
||||
Reference in New Issue
Block a user