Revert back AddFunctionParametersFix test data output for 201-

This commit is contained in:
Vladimir Dolzhenko
2020-11-25 15:41:56 +01:00
committed by Dmitriy Novozhilov
parent e251a9be14
commit 124888eb43
19 changed files with 855 additions and 0 deletions
@@ -0,0 +1,7 @@
// "Add 'int' as 2nd parameter to method 'Foo'" "true"
public class J {
void test() {
new Foo(<caret>1, 2);
}
}