mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-25 10:51:25 +07:00
moving tests
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
public class A {
|
||||
void test(String s1, String <caret>s2) {
|
||||
System.out.println(s1);
|
||||
System.out.println(s2);
|
||||
}
|
||||
|
||||
void callTest() {
|
||||
String s = "";
|
||||
String t = "";
|
||||
test(s, t);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user