mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-18 08:50:57 +07:00
test++
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
class Foreign {
|
||||
}
|
||||
|
||||
class Test {
|
||||
int field;
|
||||
|
||||
void <caret>foo (Foreign f) {
|
||||
field++;
|
||||
}
|
||||
|
||||
void bar () {
|
||||
foo(new Foreign());
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user