mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-07 15:35:40 +07:00
GitOrigin-RevId: 7f72c5f68ab821e728eb0d5152f0910f48035046
8 lines
135 B
Java
8 lines
135 B
Java
// "Add static import for 'java.lang.Math.abs'" "true-preview"
|
|
package test;
|
|
|
|
import static java.lang.Math.abs;
|
|
|
|
class X {{
|
|
abs();
|
|
}} |