JavaPatternMatching/test/bytecode/CharLitTest.jav
2015-06-23 20:28:36 +02:00

7 lines
54 B
Java

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