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