blob: 782a2f636242b5353413966b0658c99b3643b799 [file] [log] [blame]
class StringBufferVariable2 {
void foo() {
StringBuffer <caret>sb = new StringBuffer();
System.out.println(sb.toString());
}
}