blob: 8282bb29cafeac2766e775b8e1c8c79159c75091 [file] [log] [blame]
class StringBuilderAppend {
String foo(int i) {
return "test: " + i;
}
}