mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-05 01:50:56 +07:00
fix testdata
GitOrigin-RevId: cfd971b44341a6c0c218aa986da7d5d3101f54da
This commit is contained in:
committed by
intellij-monorepo-bot
parent
1afbb1bfd9
commit
9fe8cbf7c9
@@ -1,5 +1,5 @@
|
||||
class a {
|
||||
void foo(String s, int i, boolean b) {
|
||||
String desc = (b ? i + " doo<caret>rs" : "many windows");
|
||||
String desc = (b ? i18nizedExpr : "many windows");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user