mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-03 16:47:50 +07:00
GitOrigin-RevId: c454f730670badff1df440b76adbd45de34c273a
6 lines
121 B
Java
6 lines
121 B
Java
// "Remove redundant argument to call 'trim()'" "true-preview"
|
|
class A {
|
|
public A() {
|
|
String s = "xyz".trim()
|
|
}
|
|
} |