mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-25 02:21:17 +07:00
4 lines
130 B
Java
4 lines
130 B
Java
// "Remove redundant 'intern' call" "true"
|
|
class Foo {
|
|
private static final String x = ("Hello "+"World"+'!').inte<caret>rn();
|
|
} |