mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
safe delete: more precise check for top level comments (IDEA-105923)
This commit is contained in:
@@ -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 {
|
||||
}
|
||||
Reference in New Issue
Block a user