Files

6 lines
123 B
Java

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