blob: 7e8caceb1a21770646cab5c74977d72db399f91c [file] [log] [blame]
class Test {
private String myTimer;
Test() {
"<caret>"
myTimer = "abc";
}
}