Revert back AddFunctionParametersFix test data output for 201-
This commit is contained in:
committed by
Dmitriy Novozhilov
parent
e251a9be14
commit
124888eb43
+7
@@ -0,0 +1,7 @@
|
||||
// "Add 'int' as 2nd parameter to method 'Foo'" "true"
|
||||
|
||||
public class J {
|
||||
void test() {
|
||||
new Foo(<caret>1, 2);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user