mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-27 11:07:43 +07:00
GitOrigin-RevId: cea018045f87fad01824bf68ebf10ecdb798e39d
9 lines
115 B
Java
9 lines
115 B
Java
// "Replace '\s' sequences with spaces" "true"
|
|
class X {
|
|
|
|
String x() {
|
|
|
|
return STR."""
|
|
\{} \{}"""
|
|
}
|
|
} |