class A {
    public void someMethod() {
        String test = "";
    }
}
