"create method from usage" qualifies reference when creating method with the same...
[fedora-idea.git] / testData / refactoring / introduceParameter / beforeNull.java
blob7e0f200d9267e37142056f2c155c716a9f83fa72
1 class Test {
2 public Test method() {
3 return <selection>null</selection>;