// "Add static import for 'java.lang.Math.abs'" "true" package test; import static java.lang.Math.abs; public class X {{ abs(1.0); }}