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