mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 00:11:26 +07:00
a test for IDEA-174819 Following annotation is removed on autocomplete
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
class TestMe {
|
||||
public interface Exo {}
|
||||
|
||||
TestMe.<caret>
|
||||
|
||||
/* Hello World */
|
||||
@Override
|
||||
public String toString() {
|
||||
return "xyz";
|
||||
}
|
||||
}
|
||||
+11
@@ -0,0 +1,11 @@
|
||||
class TestMe {
|
||||
public interface Exo {}
|
||||
|
||||
TestMe.Exo<caret>
|
||||
|
||||
/* Hello World */
|
||||
@Override
|
||||
public String toString() {
|
||||
return "xyz";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user