mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-13 09:19:13 +07:00
inline constant field: preserve qualifiers
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
class QTest {
|
||||
final int myI = foo();
|
||||
int foo(){return 0;}
|
||||
public static void main(String[] args) {
|
||||
System.out.println(new QTest().my<caret>I);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user