mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-13 09:19:13 +07:00
inline local: don't check assignability before decoding (IDEA-152883)
This commit is contained in:
+15
@@ -0,0 +1,15 @@
|
||||
class Outer {
|
||||
|
||||
public void bar() {
|
||||
Outer foo = this;
|
||||
|
||||
new Object() {
|
||||
public void run() {
|
||||
f<caret>oo.baz();
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
public void baz() {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user