mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
1. Disable for literals 2. Checkbox description moved to the form GitOrigin-RevId: 48303e0c704ef9db5e09f64f34d3ee32d2743194
7 lines
139 B
Java
7 lines
139 B
Java
// "Compute constant value of '""" ...'" "false"
|
|
class Literal {
|
|
void test() {
|
|
System.out.println("""
|
|
<caret>Hello""");
|
|
}
|
|
} |