[jvm-lang] update Java-to-Java Create Method from usage tests

This commit is contained in:
Daniil Ovchinnikov
2017-09-06 21:24:13 +03:00
parent 6d4b68c6df
commit e08521fb91
6 changed files with 26 additions and 21 deletions
@@ -1,4 +1,4 @@
// "Create method 'f'" "true"
// "Create method 'f' in 'Nested in aMethod() in CreateMethodTest'" "true"
public class CreateMethodTest {
public <T> void aMethod(final T t) {
class Nested {
@@ -1,4 +1,4 @@
// "Create method 'f'" "true"
// "Create method 'f' in 'Nested in aMethod() in CreateMethodTest'" "true"
public class CreateMethodTest {
public <T> void aMethod(final T t) {
class Nested {