QuickFixMultiModule: change tests structure
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
// "Add method 'someFun' to 'Bar'" "true"
|
||||
|
||||
public class Use {
|
||||
public static void use(foo.Bar bar) {
|
||||
bar.s<caret>omeFun();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user