IDEADEV-25972
[fedora-idea.git] / testData / refactoring / makeMethodStatic / before6.java
blob240fa316ad0f0927aa131a7e8eaba76c6dfaf172
1 public class Foo extends Bar {
2 public int i;
3 public int <caret>method() {
4 return super.i;