mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 08:45:34 +07:00
more java tests moved to community
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
// "Remove variable 'o'" "true"
|
||||
import java.io.*;
|
||||
|
||||
class a {
|
||||
private int run() {
|
||||
Object <caret>o = new java.lang.RuntimeException(new String(
|
||||
""+new java.lang.Integer(""+new java.lang.Long(""+new java.lang.Boolean()))),
|
||||
new java.lang.Throwable("",new IOException(""+new Object())));
|
||||
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user