mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 08:51:02 +07:00
Regression after [java-i18n] Reuse AnnotationContext for finding the PropertyKey annotation / Tagir Valeev / 434562521bc15769ff6e543e341ea95e904fee4e GitOrigin-RevId: f3c11998fbee29fc688dab5ac221f145d1735f1a
6 lines
191 B
Java
6 lines
191 B
Java
class PropertyRef {
|
|
public static void main(String[] args) {
|
|
@org.jetbrains.annotations.PropertyKey(resourceBundle = "Bundle1") String property;
|
|
property = "sam<caret>e.name";
|
|
}
|
|
} |