// "Remove argument" "true-preview" class Foo { int test(String foo) { return foo.lastIndexOf("bar", foo.length()); } }