// "Remove argument" "true-preview" class Foo { boolean test(String foo) { return foo.startsWith("bar"); } }