mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-29 11:35:12 +07:00
GitOrigin-RevId: d59298640a8f6bec732dc1b5fa877bc0609ba9e0
8 lines
111 B
Java
8 lines
111 B
Java
import java.util.*;
|
|
|
|
class Foo {
|
|
{
|
|
List<String> l;
|
|
String[] s = l.toArray(new String[0])<caret>
|
|
}
|
|
} |