disable create type parameter at annotation position

GitOrigin-RevId: 1d3518ff3bdeac406ee1d033cb203461cab128ca
This commit is contained in:
Anna Kozlova
2019-05-24 13:48:13 +03:00
committed by intellij-monorepo-bot
parent bf5a0f81f4
commit 4033fae095
2 changed files with 7 additions and 0 deletions
@@ -0,0 +1,6 @@
// "Create type parameter 'T'" "false"
class Test {
@<caret>T
void foo() {}
}