mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 03:13:40 +07:00
introduce over non-valid expression (IDEA-26836)
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
class A {
|
||||
public void test(boolean a, boolean b) {
|
||||
if (true && <selection>a &&
|
||||
b
|
||||
//some comment
|
||||
</selection>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user