mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
8 lines
259 B
Java
8 lines
259 B
Java
class PropertyRef {
|
|
public static void main(String[] args) {
|
|
System.out.println(message1("sam<caret>e.name"));
|
|
}
|
|
public static String message1(@org.jetbrains.annotations.PropertyKey(resourceBundle = "Bundle1") String property) {
|
|
return "";
|
|
}
|
|
} |