blob: 0c042605851a841095e94c26cfe31357edda86f7 [file] [log] [blame]
package p;
import static java.lang.Math.E;
class B<S> extends A<S>{
protected void m(S s){double e= E;}
}