mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-28 06:51:01 +07:00
Document.stripTrailingSpaces behavior depends on whether the document is committed, which looks to be racy. GitOrigin-RevId: bdc8b46e9a968782ac7630102b5393460d113061
9 lines
113 B
Java
9 lines
113 B
Java
import java.util.List;
|
|
|
|
class Foo {
|
|
void test() {
|
|
switch(1) {
|
|
default -> throw new<caret>
|
|
}
|
|
}
|
|
} |