< prev index next >

test/java/lang/StringBuilder/AppendStringBuffer.java

Print this page

        

*** 22,31 **** --- 22,32 ---- */ /* @test * @bug 6206780 * @summary Test StringBuilder.append(StringBuffer); + * @key randomness */ import java.util.Random; public class AppendStringBuffer {
< prev index next >