mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
test++
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
class A {
|
||||
public void demo(String val){
|
||||
if ("test1".equals(val)){
|
||||
//do somethign
|
||||
} else if (<selection>"test2"</selection>.equals(val)) {
|
||||
//... something else
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user