mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-04 04:09:09 +07:00
parameter popup: escape for annotation methods (IDEA-113971)
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import java.util.List;
|
||||
|
||||
@interface PrepareForTest {
|
||||
Class<List<String[]>> value();
|
||||
}
|
||||
|
||||
abstract class A implements List<String>{}
|
||||
|
||||
@PrepareForTest({A<caret>.class})
|
||||
class Main {}
|
||||
Reference in New Issue
Block a user