mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-20 20:20:56 +07:00
8 lines
222 B
Java
8 lines
222 B
Java
import java.util.*;
|
|
|
|
class LambdaTest {
|
|
public void testR() {
|
|
<error descr="Incompatible types. Found: 'java.lang.String', required: '<method reference>'">new ArrayList<String>() :: size = ""</error>;
|
|
|
|
}
|
|
} |