IDEADEV-25972
[fedora-idea.git] / testData / refactoring / makeMethodStatic / before18.java
blobbde40fd875b4786b61604c56fabe4f95729fc993
1 class C<T> {
2 void <caret>method() {
3 System.out.println(this);