mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
i18n fix assignment: detect concatenations in rOperand
GitOrigin-RevId: 62ff07771c6b55807cddee1c0e514540c0b258d7
This commit is contained in:
committed by
intellij-monorepo-bot
parent
15774c3e10
commit
a232f81e1a
+6
@@ -0,0 +1,6 @@
|
||||
class a {
|
||||
void foo(String s) {
|
||||
String desc;
|
||||
desc = i18nizedExpr;
|
||||
}
|
||||
}
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
class a {
|
||||
void foo(String s) {
|
||||
String desc;
|
||||
desc = "Our " + s + " h<caret>as";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user