mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-24 19:12:18 +07:00
GitOrigin-RevId: 26bef2cc0697dca4d8a222952eb6df917f3b36ad
8 lines
207 B
Java
8 lines
207 B
Java
import java.util.*;
|
|
|
|
class LambdaTest {
|
|
public void testR() {
|
|
<error descr="Reference to variable expected on left-hand side of assignment">new ArrayList<String>() :: size</error> = "";
|
|
|
|
}
|
|
} |