mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 08:51:02 +07:00
Java: don't evaluate constant for incomplete expressions
GitOrigin-RevId: 15542db6b8631edbc96bd7ea9cc2b1a975fcbcbb
This commit is contained in:
committed by
intellij-monorepo-bot
parent
8827db8d65
commit
ed81723f17
@@ -0,0 +1,7 @@
|
||||
// "Fix all 'Constant expression can be evaluated' problems in file" "false"
|
||||
class IncompletePolyadic {
|
||||
|
||||
void x() {
|
||||
System.out.println(100 * <caret>100 * );
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user