JavaCompilerCore/test/parser/BoundedParameter.jav

4 lines
66 B
Java

class Matrix{
<A extends B, C extends B> String op = "String";
}