IDEA-221379 Unexpected "instanceof" keyword completion in annotation

GitOrigin-RevId: 8058445f8b789fecf63058a05b5db1aa0ce39eb1
This commit is contained in:
peter
2019-09-30 10:32:59 +00:00
committed by intellij-monorepo-bot
parent 91c04c991f
commit fc82e319c3
3 changed files with 6 additions and 1 deletions
@@ -0,0 +1,3 @@
class Foo {
@Language("RegExp" <caret>x) String pattern;
}