7 lines
54 B
Plaintext
Raw Normal View History

class CharLitTest{
void method() { c; c = 'A'; }
}