mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-13 21:55:01 +07:00
annotation highlighting: skip unresolved attribute highlighting for non-annotation types
GitOrigin-RevId: 4b705957a414cc90f2b952595f6d6dfbb880f876
This commit is contained in:
committed by
intellij-monorepo-bot
parent
893413de5a
commit
5d96e5d9f0
+3
@@ -0,0 +1,3 @@
|
||||
class Foo<T> {
|
||||
@<error descr="Annotation type expected">T</error>(value =2) void foo() {}
|
||||
}
|
||||
Reference in New Issue
Block a user