7 lines
54 B
Plaintext
7 lines
54 B
Plaintext
|
class CharLitTest{
|
||
|
|
||
|
|
||
|
void method() { c; c = 'A'; }
|
||
|
|
||
|
|
||
|
}
|