String str = "Hello world"; var str = "Hello world";
Function<String, Integer> foo = (@NotNull var txt) -> { return txt.length(); };
for (var n : arr) { System.out.println("n" + n); }