i18n: detect last concatenation (IDEA-249116)

GitOrigin-RevId: 5bf832e023bc24f721ece8eafc698e3e042c94b7
This commit is contained in:
Anna Kozlova
2020-08-26 16:23:57 +00:00
committed by intellij-monorepo-bot
parent 2645363c08
commit 6b78c18ce8
4 changed files with 17 additions and 1 deletions
@@ -0,0 +1,5 @@
class a {
void foo(String s, int i, boolean b) {
String desc = (b ? i + " doo<caret>rs" : "many windows");
}
}
@@ -0,0 +1,5 @@
class a {
void foo(String s, int i, boolean b) {
String desc = (b ? i + " doo<caret>rs" : "many windows");
}
}