mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-18 20:41:22 +07:00
[java-inspections] ConstantExpressionInspection: minor fixes
1. Disable for literals 2. Checkbox description moved to the form GitOrigin-RevId: 48303e0c704ef9db5e09f64f34d3ee32d2743194
This commit is contained in:
committed by
intellij-monorepo-bot
parent
70dc1b43b7
commit
13cf92eb7f
@@ -0,0 +1,7 @@
|
||||
// "Compute constant value of '""" ...'" "false"
|
||||
class Literal {
|
||||
void test() {
|
||||
System.out.println("""
|
||||
<caret>Hello""");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user