Files

10 lines
184 B
Java
Vendored

package test;
import java.io.Serializable;
public class AllBoundsInWhen {
public <T extends Serializable> void foo() {
throw new UnsupportedOperationException();
}
}