mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-25 14:25:04 +07:00
test++
This commit is contained in:
+14
@@ -0,0 +1,14 @@
|
||||
class Class1 {
|
||||
public static int staticMethod() {
|
||||
int a = 1;
|
||||
int b = 2;
|
||||
|
||||
int temp = a + b;
|
||||
return temp * 2;
|
||||
}
|
||||
|
||||
public int foo(int a, int b) {
|
||||
<selection>int temp = a + b;
|
||||
return temp * 2;</selection>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user