mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 20:42:52 +07:00
extract method object to emulate debugging for anonymous classes, lambdas, etc
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
class Sample {
|
||||
void foo() {
|
||||
<selection>int i = 0;
|
||||
int j = 0;</selection>
|
||||
System.out.println(i + j);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user