blob: 587d72750800903544731fb098d83d058c8f221d [file] [log] [blame]
package test;
import java.io.Serializable;
public class AllBoundsInWhen {
public <T extends Serializable> void foo() {
throw new UnsupportedOperationException();
}
}