mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 15:09:39 +07:00
More refactoring in UastCallMatcher tests
This commit is contained in:
@@ -6,7 +6,7 @@ public class MyClass {
|
||||
s.concat("1");
|
||||
s.chars();
|
||||
|
||||
java.util.List list = new java.util.ArrayList();
|
||||
java.util.ArrayList list = new java.util.ArrayList();
|
||||
list.addAll(new java.util.ArrayList());
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user