mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-03 20:33:31 +07:00
IDEA-351758 GitOrigin-RevId: 11bb2e2298d371ebf4041a05b089b0997a228d14
8 lines
127 B
Java
8 lines
127 B
Java
class C {
|
|
String empty = """
|
|
<html> \s
|
|
<body>
|
|
</body>
|
|
</html> \s
|
|
""";
|
|
} |