Implement "Safe Delete" refactoring for named functions
Conflicts: idea/src/org/jetbrains/jet/plugin/refactoring/safeDelete/KotlinSafeDeleteProcessor.java
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
interface A {
|
||||
}
|
||||
|
||||
abstract class C implements B {
|
||||
}
|
||||
Reference in New Issue
Block a user