mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-29 07:03:37 +07:00
GitOrigin-RevId: 79fefb0845663c2624452480b17c5d00cc4ed0d0
9 lines
144 B
Java
9 lines
144 B
Java
// "Replace '\s' sequences with spaces" "false"
|
|
class X {
|
|
void test() {
|
|
String s = """
|
|
Hello
|
|
World
|
|
<caret>\s"""
|
|
}
|
|
} |