moving tests to CE
[fedora-idea.git] / testData / inspection / fieldCanBeLocal / simple / src / Test.java
blob833de97a4eeb2d573eab47d71b32b31a4b715c25
1 class Test {
2 private int f;
4 void foo () {
5 f = 0;
6 int k = f;