class Foo { void test() { StringBuilder sb = new StringBuilder(); sb.length();sb.append("bar"); sb.append("baz"); } }