mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-17 07:20:53 +07:00
moving tests
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
class A {
|
||||
String s;
|
||||
boolean foo() {
|
||||
boolean bar = false;
|
||||
if (s == null) {
|
||||
ba<caret>r = true;
|
||||
}
|
||||
return bar;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user