mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 03:21:12 +07:00
moving tests
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
public class A {
|
||||
void test(int count, String <caret>s) {
|
||||
String t = s;
|
||||
}
|
||||
|
||||
void callTest() {
|
||||
test(1, null);
|
||||
}
|
||||
|
||||
void callTest2() {
|
||||
test(2, null);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user