mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-05 12:18:27 +07:00
GitOrigin-RevId: 1cfc8afb26b5db175d865f6bbdc752356040d8bb
9 lines
175 B
Java
9 lines
175 B
Java
import static java.lang.String.format;
|
|
|
|
// "Import static method 'java.lang.String.format()'" "true-preview"
|
|
public class X {
|
|
{
|
|
format("");
|
|
format("");
|
|
}
|
|
} |