mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-21 04:50:58 +07:00
10 lines
168 B
Java
10 lines
168 B
Java
class Test4 {
|
|
void test() {
|
|
Runnable f = this::yyy;
|
|
}
|
|
|
|
String myField = "";
|
|
void yy<caret>y() {
|
|
System.out.println(myField);
|
|
}
|
|
} |