class SomeClass { public void test(String filePath) { var s = "42"; System.out.println(s); } }