mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
moved to community
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
// LocalsOrMyInstanceFieldsControlFlowPolicy
|
||||
|
||||
class ExceptionTestCase {
|
||||
public String getIndexingLexer(final boolean file, boolean b1, boolean b2) {<caret>
|
||||
String highlighter;
|
||||
|
||||
if (file && b1 && b2) {
|
||||
highlighter = "then";
|
||||
}
|
||||
else {
|
||||
highlighter = "else";
|
||||
}
|
||||
return highlighter;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user