mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-18 04:21:24 +07:00
Java: fix false positive on reference to enum constant (IDEA-357156)
GitOrigin-RevId: 7c833e46823ab41c9bdf275308ccee226d7e1a5f
This commit is contained in:
committed by
intellij-monorepo-bot
parent
5c96c794ed
commit
24aaef624d
@@ -0,0 +1,7 @@
|
||||
// "Fix all 'Constant expression can be evaluated' problems in file" "false"
|
||||
|
||||
import java.lang.annotation.Retention;
|
||||
import java.lang.annotation.RetentionPolicy;
|
||||
|
||||
@Retention(Retention<caret>Policy.RUNTIME)
|
||||
@interface Ann {}
|
||||
Reference in New Issue
Block a user