mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-04 04:09:09 +07:00
Fix wrong intention when referencing parameters in static fields
#IDEA-366531 Fixed GitOrigin-RevId: 1338ab4efdb16eeb9991a060653fa46ff169db3e
This commit is contained in:
committed by
intellij-monorepo-bot
parent
4c704102e1
commit
21a3a5d9eb
@@ -0,0 +1,9 @@
|
||||
// "Make 'p' static" "false"
|
||||
|
||||
class A {
|
||||
void m(int p) {
|
||||
class C {
|
||||
static int P = <caret>p;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user