mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 00:20:55 +07:00
test++
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
class Test {
|
||||
int myField;
|
||||
Test(){
|
||||
myField = 7;
|
||||
}
|
||||
|
||||
void foo() {
|
||||
if (myField == 7){}
|
||||
}
|
||||
|
||||
void bar() {
|
||||
foo();
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
class Test {
|
||||
int myField;
|
||||
Test(){
|
||||
myField = 7;
|
||||
}
|
||||
|
||||
void foo() {
|
||||
if (myField == 7){}
|
||||
}
|
||||
|
||||
void bar() {
|
||||
foo();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user