mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-29 18:17:08 +07:00
GitOrigin-RevId: 9d8cf85eb1eee3ca8a38c2bcde119666afcc7934
10 lines
230 B
Java
10 lines
230 B
Java
// "Replace with 'Collection.size()'" "true-preview"
|
|
|
|
import java.util.Arrays;
|
|
|
|
class Test {
|
|
short cnt() {
|
|
return (short) Arrays.asList('d', 'e', 'f').stream()/*before dot*/.//after dot
|
|
c<caret>ount();
|
|
}
|
|
} |