public class Test {
    public void test1() {
        String a = " 123 ";
    }
} 