mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
disable create type parameter at annotation position
GitOrigin-RevId: 1d3518ff3bdeac406ee1d033cb203461cab128ca
This commit is contained in:
committed by
intellij-monorepo-bot
parent
bf5a0f81f4
commit
4033fae095
+6
@@ -0,0 +1,6 @@
|
||||
// "Create type parameter 'T'" "false"
|
||||
|
||||
class Test {
|
||||
@<caret>T
|
||||
void foo() {}
|
||||
}
|
||||
Reference in New Issue
Block a user