Files
openide/java/java-tests/testData/codeInsight/convertToBasicLatin/CharLiteral_after.java
T

3 lines
35 B
Java

class C {
char ch = '\u00a9';
}