[jvm-lang] group 'Create method' and 'Create field' actions

This commit is contained in:
Daniil Ovchinnikov
2018-02-02 17:07:57 +03:00
parent 83c892d6d3
commit 6e0f6897c9
10 changed files with 63 additions and 41 deletions
@@ -1,4 +1,4 @@
// "Create method 'f' in 'Nested in aMethod() in CreateMethodTest'" "true"
// "Create method 'f'" "true"
public class CreateMethodTest {
public <T> void aMethod(final T t) {
class Nested {
@@ -1,4 +1,4 @@
// "Create method 'f' in 'Nested in aMethod() in CreateMethodTest'" "true"
// "Create method 'f'" "true"
public class CreateMethodTest {
public <T> void aMethod(final T t) {
class Nested {