mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-25 14:25:04 +07:00
more java tests moved to community
This commit is contained in:
+14
@@ -0,0 +1,14 @@
|
||||
// "Transform 'i' into final one element array" "true"
|
||||
import java.io.*;
|
||||
|
||||
class a {
|
||||
void f() {
|
||||
int i = 0;
|
||||
new Runnable() {
|
||||
public void run() {
|
||||
<caret>i = 0;
|
||||
}
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user