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