mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-01 05:18:06 +07:00
GitOrigin-RevId: cea018045f87fad01824bf68ebf10ecdb798e39d
9 lines
123 B
Java
9 lines
123 B
Java
// "Replace '\s' sequences with spaces" "true"
|
|
class X {
|
|
|
|
String x() {
|
|
|
|
return STR."""
|
|
\{}<caret>\s\{}"""
|
|
}
|
|
} |