JavaCompilerCore/test/bytecode/CharLitTest.jav

7 lines
54 B
Plaintext
Raw Normal View History

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