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

6 lines
116 B
Java

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