blob: 7b471c42f7ec1f8be40ee58fc920159908a27cd6 [file] [log] [blame]
class StringBufferVariable {
void foo() {
System.out.println("asdf" + "asdf");
}
}