JavaCompilerCore/test/bytecode/StringLitTest.jav

7 lines
55 B
Plaintext
Raw Normal View History

2015-06-22 14:49:22 +02:00
class StringLitTest{
2015-06-25 14:29:16 +02:00
void method() { s; s = ""; }
2015-06-22 14:49:22 +02:00
}