mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 23:39:39 +07:00
introduce variable in local class results to introduced field (IDEA-175213)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
public class TestClass {
|
||||
void x() {
|
||||
new Exception() {
|
||||
final int j = doSomething();
|
||||
private final int j = doSomething();
|
||||
|
||||
int doSomething() { return 1; }
|
||||
void a() {
|
||||
|
||||
Reference in New Issue
Block a user