mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-18 22:42:49 +07:00
47924b8886
GitOrigin-RevId: f0a38046a71722f48f3ff1d59ea501259139237e
9 lines
185 B
Java
9 lines
185 B
Java
// "Wrap 2nd argument using 'String.valueOf()'" "true-preview"
|
|
import java.util.*;
|
|
|
|
class Demo {
|
|
void test() {
|
|
List<String> stringList = Collections.<caret>nCopies(10, 20);
|
|
}
|
|
}
|