public class ImplicitAnnosTest {

    void test() {
        StringBuffer sb = new StringBuffer();
        StringBuffer sb2 = sb;
    }
}
