blob: 3da923ad88c80a70b9d256511d47314b0af12f24 [file] [log] [blame]
// "Add on demand static import for 'java.lang.Math'" "true"
package test;
import static java.lang.Math.*;
import static java.lang.Math.abs;
public class C {{
abs(1.0);
max(1, 2);
}}