class Test { private String myTimer; Test() { "<caret>" myTimer = "abc"; } }