Files
Dmitry Jemerov b43c03ca2f moving tests
2009-09-10 19:49:38 +04:00

3 lines
55 B
Java

class A {
private <caret>String s = new String();
}