1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-04 05:50:06 +08:00
SpaceVim/bundle/vim-javacomplete2/t/data/LambdaNamedClass.java

24 lines
493 B
Java
Raw Normal View History

2022-11-02 00:34:34 +08:00
package kg.ash.demo;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.math.BigDecimal;
public class LambdaNamedClass {
public LambdaNamedClass() {
List<? super Integer[]> lint = new ArrayList<>();
List<List<HashMap<String,BigDecimal>>> list
= new ArrayList<>();
lint.stream().filter((String t, BigDecimal d) -> {
Integer i = new Integer();
t.
d.
});
}
}