mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-31 19:50:55 +07:00
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();
|
|
}} |