JavaPatternMatching/test/bytecode/StringLitTest.jav

7 lines
55 B
Plaintext
Raw Normal View History

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