mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-26 19:06:24 +07:00
i18n: test for shortenClassReferences during java fixes
GitOrigin-RevId: 2b813e4b08248b962f1fc1f4cb55dac01c46e7db
This commit is contained in:
committed by
intellij-monorepo-bot
parent
fe0c147105
commit
0f68daff23
+11
@@ -0,0 +1,11 @@
|
||||
package p;
|
||||
class MyBundle {
|
||||
static String message(String key) {
|
||||
return key;
|
||||
}
|
||||
}
|
||||
class a {
|
||||
void f() {
|
||||
String s = MyBundle.message("key");
|
||||
}
|
||||
}
|
||||
+11
@@ -0,0 +1,11 @@
|
||||
package p;
|
||||
class MyBundle {
|
||||
static String message(String key) {
|
||||
return key;
|
||||
}
|
||||
}
|
||||
class a {
|
||||
void f() {
|
||||
String s = "x<caret>xxxx";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user