safe delete: more precise check for top level comments (IDEA-105923)

This commit is contained in:
anna
2013-04-22 18:00:29 +02:00
parent f0cfaa2761
commit 5616d066c5
5 changed files with 21 additions and 1 deletions
@@ -0,0 +1,3 @@
package foo;
public interface I {
}
@@ -0,0 +1,8 @@
/**
* C1.java - Safe-delete bug example
*/
package foo;
public class C1 {
C<caret>1 fooo;
}
@@ -0,0 +1,3 @@
package foo;
public interface I {
}