mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-24 09:20:53 +07:00
13 lines
248 B
Java
13 lines
248 B
Java
// "Replace with <>" "true-preview"
|
|
import java.util.ArrayList;
|
|
import java.util.List;
|
|
|
|
class Util<T> {
|
|
|
|
private class WithPosition {}
|
|
|
|
public void addNewlyAddedChildrenOf() {
|
|
List<WithPosition> addings = new ArrayList<>();
|
|
}
|
|
}
|