mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-05 21:53:58 +07:00
GitOrigin-RevId: 732e1b24a1ce6c3f3791ad18483865eada50f529
7 lines
207 B
Java
7 lines
207 B
Java
// "Replace with constant value" "true-preview"
|
|
class Test {
|
|
void test() {
|
|
// Do not display the result in action name
|
|
String foo = "The quick brown fox jumps 100000 times over the lazy dog";
|
|
}
|
|
} |