mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-04 17:38:08 +07:00
GitOrigin-RevId: 82cd81b54f9ba59def65a5639e683f2a29e6432c
5 lines
63 B
Java
5 lines
63 B
Java
public class Lambda {
|
|
void m() {
|
|
va<caret>r x = "";
|
|
}
|
|
} |