Files
openide/java/java-tests/testData/inspection/inconsistentTextBlockIndent/afterOneLineBlock.java
2020-12-02 04:01:21 +00:00

8 lines
119 B
Java

// "Replace tabs with spaces (1 tab = 4 spaces)" "true"
class Foo {
void test() {
String a = """
""";
}
}