mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-08 09:23:30 +07:00
9 lines
106 B
Java
9 lines
106 B
Java
package templates;
|
|
|
|
public class Foo {
|
|
void m(int[] array) {
|
|
if (array.stream<caret>) {
|
|
|
|
}
|
|
}
|
|
} |