Renamed test data folder
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
public class X {
|
||||
void foo() {
|
||||
Runnable runnable = new Runnable() {
|
||||
int f = 10;
|
||||
|
||||
int getValue() { return f; }
|
||||
|
||||
@Override
|
||||
public void run() {
|
||||
System.out.println(getValue());
|
||||
}
|
||||
};
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user