mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
i18n fix: fix choice format parameters ordering (IDEA-248709)
GitOrigin-RevId: 84fa26fcbd459bcf263df0adf224afebb6bdeb31
This commit is contained in:
committed by
intellij-monorepo-bot
parent
db8dea9ab8
commit
05ccb72166
+5
@@ -0,0 +1,5 @@
|
||||
class MyTest {
|
||||
void f(String lang, boolean prefix, String article){
|
||||
String s = "Not a valid " + lang + " identifier<caret> part in " + (prefix ? article + " prefix" : "suffix");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user