mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-17 07:20:53 +07:00
10 lines
174 B
Java
10 lines
174 B
Java
// "Add on-demand static import for 'pkg.F'" "true-preview"
|
|
package pkg;
|
|
|
|
class F {
|
|
private F. foo(int a, int b) {}
|
|
|
|
Inner bar(int x, int y) {}
|
|
|
|
static class Inner {}
|
|
} |