Files
2021-03-04 03:50:24 +00:00

6 lines
123 B
Java

// "Apply all 'Fix character literal' fixes in file" "true"
class Test {
String s = '<caret>abc';
String s1 = 'xyz';
}