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