JavaCompilerCore/test/bytecode/StringLitTest.jav

7 lines
82 B
Plaintext
Raw Normal View History

2015-06-22 12:49:22 +00:00
class StringLitTest{
void method() { s; s = "abcdefg"; t; t ="jfowehfowh"; }
2015-06-22 12:49:22 +00:00
}