mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 11:00:04 +07:00
so that highlighting is tested as well and it is easier to run a single test GitOrigin-RevId: 1dab45eaaf98897c6a76500c0daa00c178b31d76
10 lines
93 B
Java
10 lines
93 B
Java
class Foo {
|
|
void test() {
|
|
String colors = """
|
|
red<caret>
|
|
green
|
|
""";
|
|
}
|
|
}
|
|
|