mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
i18n: detect last concatenation (IDEA-249116)
GitOrigin-RevId: 5bf832e023bc24f721ece8eafc698e3e042c94b7
This commit is contained in:
committed by
intellij-monorepo-bot
parent
2645363c08
commit
6b78c18ce8
+5
@@ -0,0 +1,5 @@
|
||||
class a {
|
||||
void foo(String s, int i, boolean b) {
|
||||
String desc = (b ? i + " doo<caret>rs" : "many windows");
|
||||
}
|
||||
}
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
class a {
|
||||
void foo(String s, int i, boolean b) {
|
||||
String desc = (b ? i + " doo<caret>rs" : "many windows");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user