mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-21 21:50:54 +07:00
do not process xincludes in ExtensionDomExtender GitOrigin-RevId: d631dcd52d5bf500b61960473e16237008ad02a3
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>;
|
|
|
|
}
|
|
} |