1 2 3 4 5
public class FooString { public String test(String argument) { return "foo" + argument; } }