mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-13 09:19:13 +07:00
test++
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
class Test {
|
||||
int method(int a, int b) {
|
||||
return <selection>a + b</selection>;
|
||||
}
|
||||
}
|
||||
|
||||
class XTest {
|
||||
int n() {
|
||||
Test t;
|
||||
|
||||
return t.method(1, 2);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user