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 @@
// "Change 2nd parameter of method 'K' from 'boolean' to 'String'" "true"
public class J {
void foo() {
new K(1, <caret>"2");
}
}