blob: a0501e37ad1bd71d5134c61d38231289f186e506 [file] [log] [blame]
package test
public interface Aaa</*0*/ P> {
}
public final class Bbb : test.Aaa<java.util.Random> {
/*primary*/ public constructor Bbb()
}