Files
openide/java/java-tests/testData/codeInspection/escapedSpace/beforeSlashSlash.java
2022-07-25 16:07:09 +00:00

8 lines
120 B
Java

// "Replace with a space" "false"
class X {
void test(String str) {
if (str.matches("\\<caret>s+")) {
}
}
}