Files
Bas Leijdekkersandintellij-monorepo-bot b744d62219 Java: convert test from parameterized to to regular inspection test
so that highlighting is tested as well and it is easier to run a single test

GitOrigin-RevId: 1dab45eaaf98897c6a76500c0daa00c178b31d76
2024-01-27 11:44:40 +00:00

7 lines
81 B
Java

class Foo {
void test() {
String text = """
hello \s""";
}
}