test/tools/javac/processing/model/element/TypeParamBounds.java

changeset 1466
b52a38d4536c
parent 699
d2aaaec153e8
child 2525
2eb010b6cb22
equal deleted inserted replaced
1465:a22f23fb7abf 1466:b52a38d4536c
24 /* 24 /*
25 * @test 25 * @test
26 * @bug 6423972 26 * @bug 6423972
27 * @summary Tests TypeParameter.getBounds. 27 * @summary Tests TypeParameter.getBounds.
28 * @author Scott Seligman 28 * @author Scott Seligman
29 * @library ../../../lib 29 * @library /tools/javac/lib
30 * @build JavacTestingAbstractProcessor TypeParamBounds 30 * @build JavacTestingAbstractProcessor TypeParamBounds
31 * @compile -processor TypeParamBounds -proc:only TypeParamBounds.java 31 * @compile -processor TypeParamBounds -proc:only TypeParamBounds.java
32 */ 32 */
33 33
34 import java.util.HashMap; 34 import java.util.HashMap;

mercurial