// "Remove redundant arguments to call 'trim()'" "true-preview" class A { public A() { String s = "xyz".trim("123") } }