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